23ddc68ade
this also removes precommit scripts because they were cumbersome
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"libs": ["ecmascript", "browser"],
|
|
"plugins": {
|
|
"doc_comment": true,
|
|
"local-scope": true,
|
|
"jsx": true,
|
|
"node": true,
|
|
"webpack": {
|
|
"configPath": "./webpack/index.js"
|
|
}
|
|
}
|
|
}
|