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