mirror of
https://github.com/google/blockly.git
synced 2026-05-12 23:20:10 +02:00
5ce8c68833
* Fix node build and add node tests
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"
|
|
}
|