Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 100c1ad

Browse files
committed
package: install prettier-standard and define linting scripts
This'll help to catch any errors in new code and keep its style consistent While we're at it also uninstall unused `coffeelint` and remove files belonging to it
1 parent 36054ba commit 100c1ad

File tree

6 files changed

+3306
-155
lines changed

6 files changed

+3306
-155
lines changed

.eslintrc.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"env": {
3+
"jasmine": true
4+
},
5+
"globals": {
6+
"waitsForPromise": true,
7+
"atom": true
8+
}
9+
}
File renamed without changes.

.prettierrc.json

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

coffeelint.json

Lines changed: 0 additions & 37 deletions
This file was deleted.

0 commit comments

Comments
 (0)