We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f0cf1 commit 7aabfa7Copy full SHA for 7aabfa7
.eslintrc
@@ -0,0 +1,11 @@
1
+{
2
+ "extends": "airbnb",
3
+ "env": {
4
+ "browser": true
5
+ },
6
+ "rules": {
7
+ "no-undef": 0,
8
+ "no-return-assign": 0,
9
+ "quotes": 0
10
+ }
11
+}
package.json
@@ -19,6 +19,9 @@
19
"homepage": "https://github.com/davidcsally/davidcsally.github.io#readme",
20
"devDependencies": {
21
"babel-loader": "^7.1.4",
22
+ "eslint": "^4.19.1",
23
+ "eslint-config-airbnb-base": "^12.1.0",
24
+ "eslint-plugin-import": "^2.10.0",
25
"uglifyjs-webpack-plugin": "^1.2.4",
26
"webpack": "^4.4.1",
27
"webpack-cli": "^2.0.13"
0 commit comments