This repository was archived by the owner on Oct 26, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1+ examples /* /node_modules /
2+ examples /* /dist /
Original file line number Diff line number Diff line change 11{
2- "extends": "rackt"
2+ "extends": "rackt",
3+ "rules": {
4+ "react/jsx-uses-react": 1,
5+ "react/jsx-no-undef": 2,
6+ "react/wrap-multilines": 2
7+ },
8+ "plugins": [
9+ "react"
10+ ]
311}
Original file line number Diff line number Diff line change 1616 "license" : " MIT" ,
1717 "scripts" : {
1818 "build" : " mkdir -p lib && babel ./src/index.js --out-file ./lib/index.js" ,
19- "lint" : " eslint src test" ,
20- "test" : " npm run test:node && npm run test:browser" ,
19+ "lint" : " eslint examples src test" ,
20+ "test" : " npm run lint && npm run test:node && npm run test:browser" ,
2121 "test:node" : " mocha --compilers js:babel-core/register --recursive ./test/node" ,
2222 "test:browser" : " karma start" ,
2323 "test:cov" : " npm run test:cov:browser && npm run test:cov:node && npm run test:cov:report" ,
4444 "babel-preset-stage-2" : " ^6.3.13" ,
4545 "eslint" : " ^1.10.3" ,
4646 "eslint-config-rackt" : " ^1.1.1" ,
47+ "eslint-plugin-react" : " ^3.15.0" ,
4748 "expect" : " ^1.13.0" ,
4849 "history" : " ^1.14.0" ,
4950 "isparta" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments