mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
17 lines
268 B
Plaintext
17 lines
268 B
Plaintext
{
|
|
"env": {
|
|
"browser": true,
|
|
"mocha": true
|
|
},
|
|
"globals": {
|
|
"_": false,
|
|
"expect": true,
|
|
"happen": false,
|
|
"iD": false,
|
|
"sinon": false
|
|
},
|
|
"rules": {
|
|
"no-unused-expressions": "off"
|
|
}
|
|
}
|