Skip to content

Commit ce6948b

Browse files
committed
Remove src/decoders/ pattern ignoring
1 parent c922e54 commit ce6948b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"example": "yarn workspace react-native-executorch-example",
3030
"test": "jest",
3131
"typecheck": "tsc",
32-
"lint": "eslint \"**/*.{js,ts,tsx}\" --ignore-pattern src/decoders/",
32+
"lint": "eslint \"**/*.{js,ts,tsx}\"",
3333
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
3434
"prepare": "bob build",
3535
"release": "release-it"

0 commit comments

Comments
 (0)