lint and merge
This commit is contained in:
parent
49f2234e81
commit
e12b99c38b
34 changed files with 10323 additions and 10330 deletions
|
@ -267,8 +267,8 @@ module.exports = [
|
|||
parser: tsParser,
|
||||
globals: global,
|
||||
},
|
||||
files: ["webpage/*.ts"],
|
||||
ignores: ["!*.js", "!*.ts"],
|
||||
files: ["src/*.ts","src/**/*.ts",],
|
||||
ignores: ["dist/", "node_modules/"],
|
||||
plugins: {
|
||||
unicorn,
|
||||
sonarjs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue