File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
+ "plugins" : [" github" ],
2
3
"extends" : [
3
4
" plugin:github/browser" ,
4
- " plugin:github/es6 " ,
5
+ " plugin:github/recommended " ,
5
6
" plugin:github/typescript"
6
7
],
7
8
"globals" : {
11
12
{
12
13
"files" : " test/**/*.js" ,
13
14
"rules" : {
14
- "github/unescaped-html-literal" : " off"
15
+ "github/no-inner-html" : " off" ,
16
+ "github/unescaped-html-literal" : " off" ,
17
+ "import/extensions" : " off" ,
18
+ "import/no-unresolved" : " off"
15
19
}
16
20
}
17
21
]
Original file line number Diff line number Diff line change 14
14
],
15
15
"scripts" : {
16
16
"clean" : " rm -rf dist" ,
17
- "lint" : " github-lint " ,
17
+ "lint" : " eslint . " ,
18
18
"prebuild" : " npm run clean && npm run lint && mkdir dist" ,
19
19
"build" : " tsc" ,
20
20
"test" : " karma start karma.config.cjs" ,
You can’t perform that action at this time.
0 commit comments