Skip to content

Commit 569c165

Browse files
committed
Change name of the file from pr to changed
1 parent 979b90a commit 569c165

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.eslintignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
.github/actions/**/index.js
44
*.config.js
55
**/.eslintrc.js
6-
**/.eslintrc.pr.js
6+
**/.eslintrc.changed.js
77
**/node_modules/**
88
**/dist/**
99
android/**/build/**
File renamed without changes.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"test": "TZ=utc NODE_OPTIONS=--experimental-vm-modules jest",
3838
"typecheck": "NODE_OPTIONS=--max_old_space_size=8192 tsc",
3939
"lint": "NODE_OPTIONS=--max_old_space_size=8192 eslint . --max-warnings=0 --cache --cache-location=node_modules/.cache/eslint",
40-
"lint-changed": "NODE_OPTIONS=--max_old_space_size=8192 eslint --max-warnings=0 --config ./.eslintrc.pr.js $(git diff --diff-filter=AM --name-only origin/main HEAD -- \"*.ts\" \"*.tsx\")",
40+
"lint-changed": "NODE_OPTIONS=--max_old_space_size=8192 eslint --max-warnings=0 --config ./.eslintrc.changed.js $(git diff --diff-filter=AM --name-only origin/main HEAD -- \"*.ts\" \"*.tsx\")",
4141
"lint-watch": "npx eslint-watch --watch --changed",
4242
"shellcheck": "./scripts/shellCheck.sh",
4343
"prettier": "prettier --write .",

0 commit comments

Comments
 (0)