mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 00:29:50 +02:00
16 lines
235 B
Plaintext
16 lines
235 B
Plaintext
{
|
|
"parserOptions": {
|
|
"ecmaVersion": 6,
|
|
"sourceType": "module"
|
|
},
|
|
extends: [
|
|
"plugin:import/errors"
|
|
],
|
|
rules: {
|
|
"no-invalid-this": 0
|
|
},
|
|
globals: {
|
|
"iD": false,
|
|
}
|
|
}
|