Skip to content

Commit

Permalink
Merge pull request #3 from yurakruhlyk/add-missing-babel-package
Browse files Browse the repository at this point in the history
add missing babel package
  • Loading branch information
terrysahaidak authored Sep 20, 2019
2 parents d6f2b86 + 40612de commit b88f1bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extensions/linterAirbnb.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const REACT_NATIVE_RULES = `
const eslintDependencies = {
'babel-eslint': '^8.2.6',
'babel-plugin-module-resolver': '^3.2.0',
'@babel/plugin-proposal-export-namespace-from': '^7.5.2',
eslint: '^6.2.2',
'eslint-config-airbnb': '^16.1.0',
'eslint-config-prettier': '^6.1.0',
Expand Down

0 comments on commit b88f1bf

Please sign in to comment.