Vector-Local/tests/.eslintrc.json
bwang 66359e8fa5 Setup jest unit tests and add basic test cases for AB.js and App.vue
Bug: T300561
Change-Id: Ib7c314b094bd823ae233374f63c9094724d6c06f
2022-01-31 20:50:33 +00:00

18 lines
211 B
JSON

{
"root": true,
"extends": [
"../.eslintrc.json"
],
"parserOptions": {
"ecmaVersion": 2017
},
"rules": {
"es/no-object-assign": "off"
},
"env": {
"es6": true,
"node": true,
"jest": true
}
}