mirror of
https://gitlab.silvrtree.co.uk/martind2000/ft.git
synced 2025-01-25 17:36:18 +00:00
10 lines
220 B
JSON
10 lines
220 B
JSON
|
{
|
||
|
"extends": "./node_modules/aurelia-tools/.eslintrc.json",
|
||
|
"rules": {
|
||
|
"dot-notation": ["warn"],
|
||
|
"no-unused-vars": ["error"],
|
||
|
"no-console": ["error"],
|
||
|
"no-debugger": ["error"]
|
||
|
}
|
||
|
}
|