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 1
1
{
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
+ ]
3
11
}
Original file line number Diff line number Diff line change 16
16
"license" : " MIT" ,
17
17
"scripts" : {
18
18
"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" ,
21
21
"test:node" : " mocha --compilers js:babel-core/register --recursive ./test/node" ,
22
22
"test:browser" : " karma start" ,
23
23
"test:cov" : " npm run test:cov:browser && npm run test:cov:node && npm run test:cov:report" ,
44
44
"babel-preset-stage-2" : " ^6.3.13" ,
45
45
"eslint" : " ^1.10.3" ,
46
46
"eslint-config-rackt" : " ^1.1.1" ,
47
+ "eslint-plugin-react" : " ^3.15.0" ,
47
48
"expect" : " ^1.13.0" ,
48
49
"history" : " ^1.14.0" ,
49
50
"isparta" : " ^4.0.0" ,
You can’t perform that action at this time.
0 commit comments