mirror of
https://github.com/WilliamsNY/linter-configs.git
synced 2024-11-12 12:26:40 -05:00
9 lines
118 B
Text
9 lines
118 B
Text
{
|
|
"parser": "babel-eslint",
|
|
"rules": {
|
|
"strict": 0
|
|
},
|
|
"parserOptions": {
|
|
"sourceType": "module"
|
|
}
|
|
}
|