File tree 3 files changed +8
-5
lines changed
3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 3
3
"airbnb-base",
4
4
"plugin:flowtype/recommended"
5
5
],
6
- parser: "babel- eslint",
6
+ parser: "@ babel/ eslint-parser ",
7
7
plugins: [
8
8
"flowtype"
9
9
],
Original file line number Diff line number Diff line change 70
70
fetch-depth : 0
71
71
- uses : ljharb/actions/node/install@main
72
72
name : ' nvm install ${{ matrix.node-version }} && npm install'
73
+ env :
74
+ NPM_CONFIG_LEGACY_PEER_DEPS : true
75
+ NPM_CONFIG_FORCE : ${{ matrix.node-version == 11 && 'true' || 'false' }}
73
76
with :
74
- after_install : npm uninstall --no-save eslint-config-airbnb-base && NPM_CONFIG_LEGACY_PEER_DEPS=true npm install --no-save "eslint@${{ matrix.eslint }}"
77
+ after_install : npm uninstall --no-save eslint-config-airbnb-base && npm install --no-save "eslint@${{ matrix.eslint }}"
75
78
node-version : ${{ matrix.node-version }}
76
79
skip-ls-check : true
77
80
- run : rm __tests__/src/util/getComputedRole-test.js
Original file line number Diff line number Diff line change 31
31
"jest" : " jest --coverage __tests__/**/*"
32
32
},
33
33
"devDependencies" : {
34
- "@babel/cli" : " ^7.14.5" ,
35
- "@babel/core" : " ^7.14.6" ,
34
+ "@babel/cli" : " ^7.14.8" ,
35
+ "@babel/core" : " ^7.15.0" ,
36
+ "@babel/eslint-parser" : " ^7.15.0" ,
36
37
"@babel/plugin-transform-flow-strip-types" : " ^7.14.5" ,
37
38
"aud" : " ^1.1.5" ,
38
- "babel-eslint" : " ^10.1.0" ,
39
39
"babel-jest" : " ^24.9.0" ,
40
40
"babel-preset-airbnb" : " ^5.0.0" ,
41
41
"eslint" : " ^3 || ^4 || ^5 || ^6 || ^7" ,
You can’t perform that action at this time.
0 commit comments