Skip to content

Commit

Permalink
Merge pull request #202 from velocitycareerlabs/linter-configurations-2
Browse files Browse the repository at this point in the history
chore: linter configurations
  • Loading branch information
michaelavoyan authored Apr 15, 2024
2 parents 5900aa4 + 785c1dc commit f444988
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ module.exports = {
"@typescript-eslint/no-explicit-any": "off",
"@typescript-eslint/no-useless-constructor": "off",
"@typescript-eslint/no-throw-literal": "off",
'@typescript-eslint/no-unused-vars': 'off',
'unused-imports/no-unused-imports-ts': 'error',
'unused-imports/no-unused-vars-ts': [
'warn',
{
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,13 @@
"!**/.*"
],
"scripts": {
"lint": "eslint \"**/*.{js,ts,tsx}\"",
"lint:affected": "nx affected --target=lint",
"lint:fix": "nx run-many --target=lint:fix --all",
"lint:fix:affected": "nx affected --target=lint:fix",
"example": "yarn workspace VclReactNativeExample",
"test": "jest",
"typecheck": "tsc --noEmit",
"lint": "eslint \"**/*.{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
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4718,9 +4718,9 @@ __metadata:
linkType: hard

"caniuse-lite@npm:^1.0.30001587":
version: 1.0.30001609
resolution: "caniuse-lite@npm:1.0.30001609"
checksum: 462f38b5c33ce544dcfa65cc3940fca7fe2d3d916ec2d9c9905ea7becf6930c540774a1278f901fe44d3b85f7d7a2f05523d27602c6ce93bb2b3806e9f3e9989
version: 1.0.30001610
resolution: "caniuse-lite@npm:1.0.30001610"
checksum: 580c7367aafd7e524f4e3f0e8b22ac08d081a4d44ceece211f1758e214df9a87961750fb1e1ee28a2cd2830f0daf3edafe5e1d87bf1eefbbe7c6cf3d00e2979d
languageName: node
linkType: hard

Expand Down

0 comments on commit f444988

Please sign in to comment.