Skip to content

Commit

Permalink
fixed build error in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ganeshrvel committed Jun 15, 2020
1 parent a4f7dbd commit efb3dab
Show file tree
Hide file tree
Showing 3 changed files with 12,687 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ module.exports = {
plugins: ['import', 'promise', 'compat', 'react'],
extends: ['airbnb', 'plugin:prettier/recommended', 'prettier/react'],
settings: {
react: {
version: '16.7'
},
'import/resolver': {
webpack: {
config: 'webpack/config.eslint.js'
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ main.js.map

.idea
npm-debug.log.*
yarn.lock
package-lock.json
.env*

Expand Down
Loading

0 comments on commit efb3dab

Please sign in to comment.