Skip to content

Commit 780e807

Browse files
author
Dustyn Blackmore
committed
Cleanup/Housekeeping
Ran lint across app. Including these changes, which primarily target formatting and layout. Removed specs/ from lint until time can be invested to resolve these.
1 parent 7f11bf6 commit 780e807

7 files changed

Lines changed: 1507 additions & 1065 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"start": "./node_modules/.bin/webpack-dev-server --inline --host 127.0.0.1 --content-base examples/",
1717
"test": "cross-env NODE_ENV=test jest",
18-
"lint": "eslint src/ specs/"
18+
"lint": "eslint src/"
1919
},
2020
"authors": [
2121
"Dustyn Blackmore"

0 commit comments

Comments
 (0)