Sharkey/.eslintrc

14 lines
182 B
Plaintext
Raw Normal View History

2018-02-19 11:26:20 +02:00
{
"parserOptions": {
2019-07-03 14:20:02 +03:00
"parser": "@typescript-eslint/parser"
2018-02-19 11:26:20 +02:00
},
"extends": [
2021-03-12 17:18:41 +02:00
"eslint:recommended"
2018-02-19 11:26:20 +02:00
],
"rules": {
2018-02-20 05:38:45 +02:00
"no-console": 0,
2018-02-20 19:53:34 +02:00
"no-unused-vars": 0,
"no-empty": 0
2018-02-19 11:26:20 +02:00
}
}