Skip to content

Commit 642b892

Browse files
committed
Azure JS coding standards.
1 parent 5092948 commit 642b892

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

quickstart/.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": ["airbnb-base", "prettier"]
3+
}

quickstart/.prettierrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"singleQuote": true,
3+
"tabWidth" : 4
4+
}

quickstart/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,10 @@
1414
"nconf": "^0.9.0"
1515
},
1616
"author": "Larry O'Brien",
17-
"license": "MIT"
17+
"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+
}
1823
}

0 commit comments

Comments
 (0)