Fix eslint warnings, update eslint config

This commit is contained in:
Pranav Raj Sreepuram
2019-08-25 11:04:33 +05:30
parent aa8a43344b
commit f18f01a047
8 changed files with 227 additions and 132 deletions

View File

@@ -4,11 +4,11 @@
"dependencies": {
"@rails/webpacker": "^4.0.7",
"axios": "^0.19.0",
"bourbon": "~4.2.7",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.7.0",
"bourbon": "~4.2.7",
"chart.js": "~2.5.0",
"dotenv": "^8.0.0",
"emojione": "~2.2.7",
@@ -74,6 +74,6 @@
]
},
"scripts": {
"eslint": "eslint app/javascript"
"eslint": "eslint app/javascript --fix"
}
}