Skip to content

Commit 3c0f3b1

Browse files
committed
Silence linting errors
1 parent e91e925 commit 3c0f3b1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@
1818
"chai": "^4.2.0"
1919
},
2020
"eslintConfig": {
21-
"extends": "@alhadis/eslint-config"
21+
"extends": "@alhadis/eslint-config",
22+
"globals": {
23+
"assert": true
24+
}
2225
},
2326
"scripts": {
2427
"lint": "npx eslint . && npx tslint *.ts",

0 commit comments

Comments
 (0)