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 5092948 commit 642b892Copy full SHA for 642b892
quickstart/.eslintrc
@@ -0,0 +1,3 @@
1
+{
2
+ "extends": ["airbnb-base", "prettier"]
3
+}
quickstart/.prettierrc
@@ -0,0 +1,4 @@
+ "singleQuote": true,
+ "tabWidth" : 4
4
quickstart/package.json
@@ -14,5 +14,10 @@
14
"nconf": "^0.9.0"
15
},
16
"author": "Larry O'Brien",
17
- "license": "MIT"
+ "license": "MIT",
18
+ "devDependencies": {
19
+ "eslint": "^5.3.0",
20
+ "eslint-config-airbnb-base": "^13.2.0",
21
+ "eslint-plugin-import": "^2.17.2"
22
+ }
23
}
0 commit comments