Skip to content

Commit 4b911b7

Browse files
hzooTj
authored andcommitted
update lint packages, fix lint errors
Summary: @​cesarandreu pointed out running eslint on react-native resulted in `t.isReferencedIdentifier is not a function` issues on the babel #linting channel on slack. - update eslint, babel-eslint, eslint-plugin-react - fix eslint errors: `Error - t.isReferencedIdentifier is not a function` - fix lint npm script I see there's also facebook#1736 from @ide which would fix it tooCloses facebook#1874 Reviewed By: @vjeux Differential Revision: D2495878 Pulled By: @frantic
1 parent 73b0f29 commit 4b911b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
"scripts": {
4040
"test": "NODE_ENV=test jest",
41-
"lint": "node linter.js Examples/ Libraries/",
41+
"lint": "eslint Examples/ Libraries/",
4242
"start": "./packager/packager.sh || true"
4343
},
4444
"bin": {

0 commit comments

Comments
 (0)