Skip to content

Commit b91b0f3

Browse files
committed
Add standard linter.
1 parent d2f0fa2 commit b91b0f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"main": "lib/FullscreenDialog.js",
66
"scripts": {
77
"build": "babel src -d lib",
8+
"test": "standard",
9+
"lint": "standard",
810
"prepublish": "babel src -d lib",
911
"storybook": "start-storybook -p 6006",
1012
"deploy-storybook": "storybook-to-ghpages"
@@ -38,7 +40,8 @@
3840
"react": "^15.5.4",
3941
"react-dom": "^15.5.4",
4042
"react-tap-event-plugin": "^2.0.1",
41-
"react-transition-group": "^1.1.1"
43+
"react-transition-group": "^1.1.1",
44+
"standard": "^10.0.2"
4245
},
4346
"peerDependencies": {
4447
"material-ui": ">=0.17.0 <1.0.0",

0 commit comments

Comments
 (0)