10 lines
140 B
JSON
10 lines
140 B
JSON
{
|
|
"extends": "../.eslintrc.json",
|
|
"env": {
|
|
"amd": true
|
|
},
|
|
"parserOptions": {
|
|
"sourceType": "script"
|
|
}
|
|
}
|