chore(linter): add linter configuration

This commit is contained in:
r3nanp 2021-02-13 10:52:08 -03:00
parent 14ee2e3137
commit 5d7ce2f7f6
2 changed files with 5 additions and 1 deletions

View File

@ -7,3 +7,6 @@ bower_components
node_modules
yarn-error.log
yarn.lock
src/*.ts
/*.js

View File

@ -13,6 +13,7 @@
"rules": {
"prettier/prettier": "error",
"prefer-const": "off",
"camelcase": "off"
"camelcase": "off",
"no-underscore-dangle": "off"
}
}