Skip to content

Commit

Permalink
Update to eslint 6.8
Browse files Browse the repository at this point in the history
Reviewed By: motiz88

Differential Revision: D21417675

fbshipit-source-id: 73c3e2a2dc07db30b9648111bbbdb7751ed3d258
  • Loading branch information
cpojer authored and facebook-github-bot committed May 29, 2020
1 parent f438a6e commit a4757d2
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 265 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"connect": "^3.6.5",
"coveralls": "^3.0.2",
"detox": "15.4.4",
"eslint": "5.1.0",
"eslint": "6.8.0",
"eslint-config-fb-strict": "^24.9.0",
"eslint-config-fbjs": "2.1.0",
"eslint-config-prettier": "^6.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
const ESLintTester = require('eslint').RuleTester;

ESLintTester.setDefaultConfig({
parser: 'babel-eslint',
parser: require.resolve('babel-eslint'),
parserOptions: {
ecmaVersion: 6,
sourceType: 'module',
Expand Down
Loading

0 comments on commit a4757d2

Please sign in to comment.