Upgrade packages and improve linter action (#167)

This commit is contained in:
Grzegorz Rajchman
2020-03-27 18:14:49 +00:00
committed by GitHub
parent 77a9633984
commit 4b10532cea
4 changed files with 801 additions and 1032 deletions

10
.eslintrc.js Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
"extends": "standard",
"globals": {
"$": "readonly",
"localStorage": "readonly",
},
"ignorePatterns": [
"/javascripts/",
],
};