Skip to content

Commit c4aca04

Browse files
author
Sven
committed
1 parent 96eb784 commit c4aca04

File tree

16 files changed

+2
-3
lines changed

16 files changed

+2
-3
lines changed

β€Ž.eslintrcβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
"react/prefer-stateless-function": 2,
3434
"react/jsx-boolean-value": 2,
3535
"react/no-string-refs": 2,
36-
"react/jsx-filename-extension": 2,
3736
"react/default-props-match-prop-types": 2
3837
}
3938
}

β€Žpackage.jsonβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "vortex-react",
3-
"version": "0.0.1",
3+
"version": "0.0.3",
44
"description": "Get started with React, Redux, and React-Router!",
55
"main": "index.js",
66
"scripts": {
77
"clean": "rimraf dist",
88
"compile": "node build/scripts/compile",
99
"build": "npm run clean && cross-env NODE_ENV=production npm run compile",
1010
"start": "cross-env NODE_ENV=development node build/scripts/start",
11-
"lint": "eslint . --ext .js,.jsx",
11+
"lint": "eslint .",
1212
"lint:fix": "npm run lint -- --fix",
1313
"analyze": "source-map-explorer dist/main.*.js",
1414
"preDeploy": "npm run clean && cross-env NODE_ENV=production PUBLIC_URL=/vortex-react/ npm run compile",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)