Commit 00cc8ee 1 parent 9c91dc0 commit 00cc8ee Copy full SHA for 00cc8ee
File tree 8 files changed +38
-2
lines changed
8 files changed +38
-2
lines changed Original file line number Diff line number Diff line change
1
+ extends : ' @travi/travi/rules/es6'
Original file line number Diff line number Diff line change
1
+ /*eslint filenames/filenames: "off" */
2
+
1
3
module . exports = function ( grunt ) {
2
4
require ( 'time-grunt' ) ( grunt ) ;
3
5
require ( 'load-grunt-config' ) ( grunt , {
@@ -12,4 +14,4 @@ module.exports = function (grunt) {
12
14
ghToken : process . env . GH_TOKEN
13
15
}
14
16
} ) ;
15
- } ;
17
+ } ;
Original file line number Diff line number Diff line change 1
1
# React components for https://admin.travi.org
2
2
3
3
[ ![ Build Status] ( https://img.shields.io/travis/travi/admin.travi.org-components.svg?style=flat )] ( https://travis-ci.org/travi/admin.travi.org-components )
4
+
5
+ ## Local Development
6
+
7
+ ### Install dependencies
8
+
9
+ ```
10
+ $ nvm install
11
+ $ npm install
12
+ $ bundle install
13
+ ```
14
+
15
+ ### Run verification
16
+ ```
17
+ npm test
18
+ ```
Original file line number Diff line number Diff line change 1
- lint : scsslint
1
+ lint :
2
+ - eslint
3
+ - scsslint
2
4
3
5
verify : lint
4
6
Original file line number Diff line number Diff line change
1
+ options :
2
+ ignore : false
3
+
4
+ target :
5
+ - " *.js"
6
+ - grunt/**/*.js
7
+ - lib/**/*.js*
8
+ - src/**/*.js*
9
+ - test/**/*.js*
10
+ - .storybook/**/*.js
Original file line number Diff line number Diff line change 26
26
"homepage" : " https://github.com/travi/admin.travi.org-components#readme" ,
27
27
"devDependencies" : {
28
28
"@kadira/storybook" : " 1.20.0" ,
29
+ "@travi/eslint-config-travi" : " travi/eslint-config-travi#deps" ,
29
30
"babel-core" : " 6.8.0" ,
30
31
"babel-loader" : " 6.2.4" ,
31
32
"babel-preset-es2015" : " 6.6.0" ,
32
33
"babel-preset-react" : " 6.5.0" ,
33
34
"greenkeeper-postpublish" : " 1.0.0" ,
34
35
"grunt" : " 1.0.1" ,
35
36
"grunt-cli" : " 1.2.0" ,
37
+ "grunt-eslint" : " 18.1.0" ,
36
38
"grunt-gh-pages" : " 1.1.0" ,
37
39
"grunt-scsslint" : " 0.1.0" ,
38
40
"load-grunt-config" : " 0.19.2" ,
Original file line number Diff line number Diff line change
1
+ extends : ' @travi/travi/rules/tests/base'
Original file line number Diff line number Diff line change
1
+ extends :
2
+ - ' @travi/travi/rules/tests/mocha'
3
+ - ' @travi/travi/rules/tests/react'
You can’t perform that action at this time.
0 commit comments