mirror of
https://gitlab.silvrtree.co.uk/martind2000/ft.git
synced 2025-01-10 21:05:08 +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"]
|
|
}
|
|
}
|