Skip to content

Commit d7d7829

Browse files
committed
Merge branch 'main' into ui/advanced-settings-input-fields
2 parents 6e32d1d + ef12264 commit d7d7829

File tree

30 files changed

+1620
-1087
lines changed

30 files changed

+1620
-1087
lines changed

.eslintignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
build/
2+
dist/
3+
node_modules/
4+
coverage/
5+
public/themes/
6+
*.min.js
7+
*.config.js
8+
craco.config.js
9+
reportWebVitals.ts

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"build": "NODE_OPTIONS=--openssl-legacy-provider yarn buildThemes && NODE_OPTIONS=--openssl-legacy-provider craco build",
8888
"test": "NODE_OPTIONS=--openssl-legacy-provider craco test",
8989
"eject": "NODE_OPTIONS=--openssl-legacy-provider craco eject",
90-
"lint": "eslint \"*/**/*.{js,ts,tsx}\" --fix",
90+
"lint": "eslint \"src/**/*.{js,ts,tsx}\" --fix",
9191
"lint:styles": "stylelint '*/**/*.{js,ts,tsx}'",
9292
"prepare": "husky install",
9393
"update-browserslist": "npx update-browserslist-db@latest",

0 commit comments

Comments
 (0)