ft-webplatform/.eslintrc.json
Martin Donnelly 76920442b1 init
2017-09-28 13:04:16 +01:00

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"]
}
}