Skip to content

Commit ef12264

Browse files
Merge pull request #53 from HORNET-Storage/feature/api-migration-and-personal-mode
Feature/api migration and personal mode
2 parents c5c7843 + 27a9b8a commit ef12264

File tree

24 files changed

+1330
-1051
lines changed

24 files changed

+1330
-1051
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)