mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 01:03:09 +02:00
13 lines
182 B
Text
13 lines
182 B
Text
{
|
|
"parserOptions": {
|
|
"parser": "@typescript-eslint/parser"
|
|
},
|
|
"extends": [
|
|
"eslint:recommended"
|
|
],
|
|
"rules": {
|
|
"no-console": 0,
|
|
"no-unused-vars": 0,
|
|
"no-empty": 0
|
|
}
|
|
}
|