Skip to content

Commit

Permalink
align lint command names with respective directories
Browse files Browse the repository at this point in the history
  • Loading branch information
robertKozik committed Jan 18, 2024
1 parent 5184720 commit ee72c87
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@
],
"scripts": {
"example": "yarn workspace @expensify/react-native-live-markdown-example",
"test": "jest",
"test": "jest ./src",
"typecheck": "tsc --noEmit",
"lint": "eslint . --ext .js,.ts,.tsx",
"lint:root": "eslint . --ext .js,.ts,.tsx --ignore-pattern '/example/**/*' --ignore-pattern '/WebExample/**/*' --ignore-pattern '/parser/**/*'",
"lint:src": "eslint src --ext .js,.ts,.tsx",
"lint:example": "eslint example --ext .js,.ts,.tsx",
"lint:parser": "eslint parser --ext .js,.ts,.tsx",
"lint:web": "eslint WebExample --ext .js,.ts,.tsx",
"lint:WebExample": "eslint WebExample --ext .js,.ts,.tsx",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build lib",
"prepare": "bob build",
"release": "release-it"
Expand Down Expand Up @@ -156,4 +156,4 @@
"type": "components",
"jsSrcsDir": "src"
}
}
}

0 comments on commit ee72c87

Please sign in to comment.