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
18
18
env :
19
19
matrix :
20
20
- ' TEST=true ESLINT=3 PACKAGE=eslint-config-airbnb'
21
+ - ' TEST=true ESLINT=4 PACKAGE=eslint-config-airbnb'
21
22
- ' TEST=true ESLINT=3 PACKAGE=eslint-config-airbnb-base'
22
23
- ' TEST=true ESLINT=4 PACKAGE=eslint-config-airbnb-base'
23
24
matrix :
24
25
fast_finish : true
25
26
include :
26
27
- node_js : " node"
27
28
env : PREPUBLISH=true ESLINT=3 PACKAGE=eslint-config-airbnb
29
+ - node_js : " node"
30
+ env : PREPUBLISH=true ESLINT=4 PACKAGE=eslint-config-airbnb
28
31
- node_js : " node"
29
32
env : PREPUBLISH=true ESLINT=3 PACKAGE=eslint-config-airbnb-base
30
33
- node_js : " node"
@@ -33,5 +36,6 @@ matrix:
33
36
- node_js : " 7"
34
37
- node_js : " 5"
35
38
- env : PREPUBLISH=true ESLINT=3 PACKAGE=eslint-config-airbnb
39
+ - env : PREPUBLISH=true ESLINT=4 PACKAGE=eslint-config-airbnb
36
40
- env : PREPUBLISH=true ESLINT=3 PACKAGE=eslint-config-airbnb-base
37
41
- env : PREPUBLISH=true ESLINT=4 PACKAGE=eslint-config-airbnb-base
Original file line number Diff line number Diff line change 54
54
"babel-preset-airbnb" : " ^2.4.0" ,
55
55
"babel-tape-runner" : " ^2.0.1" ,
56
56
"editorconfig-tools" : " ^0.1.1" ,
57
- "eslint" : " ^3.19.0" ,
57
+ "eslint" : " ^3.19.0 || ^4.3.0 " ,
58
58
"eslint-find-rules" : " ^3.1.1" ,
59
59
"eslint-plugin-import" : " ^2.7.0" ,
60
60
"eslint-plugin-jsx-a11y" : " ^5.1.1" ,
65
65
"tape" : " ^4.7.0"
66
66
},
67
67
"peerDependencies" : {
68
- "eslint" : " ^3.19.0" ,
68
+ "eslint" : " ^3.19.0 || ^4.3.0 " ,
69
69
"eslint-plugin-jsx-a11y" : " ^5.1.1" ,
70
70
"eslint-plugin-import" : " ^2.7.0" ,
71
71
"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) => {
49
49
setBar() {}
50
50
someMethod() {}
51
51
renderDogs() {}
52
- render() { return <div />; }
53
- ` ) ) ;
52
+ render() { return <div />; }` ) ) ;
54
53
55
54
t . notOk ( result . warningCount , 'no warnings' ) ;
56
55
t . notOk ( result . errorCount , 'no errors' ) ;
You can’t perform that action at this time.
0 commit comments