File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
packages/eslint-config-airbnb Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,16 @@ sudo: false
1818env :
1919 matrix :
2020 - ' TEST=true ESLINT=3 PACKAGE=eslint-config-airbnb'
21+ - ' TEST=true ESLINT=4 PACKAGE=eslint-config-airbnb'
2122 - ' TEST=true ESLINT=3 PACKAGE=eslint-config-airbnb-base'
2223 - ' TEST=true ESLINT=4 PACKAGE=eslint-config-airbnb-base'
2324matrix :
2425 fast_finish : true
2526 include :
2627 - node_js : " node"
2728 env : PREPUBLISH=true ESLINT=3 PACKAGE=eslint-config-airbnb
29+ - node_js : " node"
30+ env : PREPUBLISH=true ESLINT=4 PACKAGE=eslint-config-airbnb
2831 - node_js : " node"
2932 env : PREPUBLISH=true ESLINT=3 PACKAGE=eslint-config-airbnb-base
3033 - node_js : " node"
@@ -33,5 +36,6 @@ matrix:
3336 - node_js : " 7"
3437 - node_js : " 5"
3538 - env : PREPUBLISH=true ESLINT=3 PACKAGE=eslint-config-airbnb
39+ - env : PREPUBLISH=true ESLINT=4 PACKAGE=eslint-config-airbnb
3640 - env : PREPUBLISH=true ESLINT=3 PACKAGE=eslint-config-airbnb-base
3741 - env : PREPUBLISH=true ESLINT=4 PACKAGE=eslint-config-airbnb-base
Original file line number Diff line number Diff line change 5454 "babel-preset-airbnb" : " ^2.4.0" ,
5555 "babel-tape-runner" : " ^2.0.1" ,
5656 "editorconfig-tools" : " ^0.1.1" ,
57- "eslint" : " ^3.19.0" ,
57+ "eslint" : " ^3.19.0 || ^4.3.0 " ,
5858 "eslint-find-rules" : " ^3.1.1" ,
5959 "eslint-plugin-import" : " ^2.7.0" ,
6060 "eslint-plugin-jsx-a11y" : " ^5.1.1" ,
6565 "tape" : " ^4.7.0"
6666 },
6767 "peerDependencies" : {
68- "eslint" : " ^3.19.0" ,
68+ "eslint" : " ^3.19.0 || ^4.3.0 " ,
6969 "eslint-plugin-jsx-a11y" : " ^5.1.1" ,
7070 "eslint-plugin-import" : " ^2.7.0" ,
7171 "eslint-plugin-react" : " ^7.1.0"
Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ test('validate react prop order', (t) => {
4949 setBar() {}
5050 someMethod() {}
5151 renderDogs() {}
52- render() { return <div />; }
53- ` ) ) ;
52+ render() { return <div />; }` ) ) ;
5453
5554 t . notOk ( result . warningCount , 'no warnings' ) ;
5655 t . notOk ( result . errorCount , 'no errors' ) ;
You can’t perform that action at this time.
0 commit comments