mirror of
https://github.com/google/blockly.git
synced 2026-01-12 03:17:09 +01:00
15 lines
238 B
JSON
15 lines
238 B
JSON
{
|
|
"parserOptions": {
|
|
"ecmaVersion": 6
|
|
},
|
|
"env": {
|
|
"browser": false,
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"console": true,
|
|
"require": true
|
|
},
|
|
"extends": "../../.eslintrc.json"
|
|
}
|