xref: /aosp_15_r20/development/tools/ota_analysis/.eslintrc.json (revision 90c8c64db3049935a07c6143d7fd006e26f8ecca)
1{
2  "env": {
3    "browser": true,
4    "es6": true,
5    "node": true
6  },
7  "parserOptions": {
8    "parser": "babel-eslint"
9  },
10  "extends": [
11    "plugin:vue/recommended"
12  ],
13  "rules": {
14    "indent": [
15      "error",
16      2
17    ],
18    "vue/no-multiple-template-root": 0,
19    "vue/attribute-hyphenation": 0
20  }
21}