Skip to content

Commit

Permalink
chore(staking): ignore design tokens folder
Browse files Browse the repository at this point in the history
  • Loading branch information
renanvalentin committed May 8, 2024
1 parent 369914f commit 029881b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/staking/.eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
.eslintrc.js
*.d.ts
*jest.config.js
dist/*
**/*.js
apps/desktop/wdio-logs/*

src/features/BrowsePools/data.json

src/design-tokens/
1 change: 1 addition & 0 deletions packages/staking/.prettierignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist
build
node_modules
src/design-tokens
2 changes: 1 addition & 1 deletion packages/staking/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"build-storybook": "NODE_OPTIONS=--openssl-legacy-provider; storybook build",
"cleanup": "yarn exec rm -rf dist node_modules && yarn exec rm -rf ../../.cache/eslintcache",
"dev": "NODE_OPTIONS=--openssl-legacy-provider; storybook dev -p 6006",
"eslint:check": "yarn run -T eslint --cache --cache-location ../../.cache/eslintcache --cache-strategy metadata --ignore-path '../../.eslintignore' '**/*.{cjs,mjs,js,ts,tsx}'",
"eslint:check": "yarn run -T eslint --cache --cache-location ../../.cache/eslintcache --cache-strategy metadata --ignore-path './.eslintignore' '**/*.{cjs,mjs,js,ts,tsx}'",
"eslint:fix": "yarn eslint:check --fix",
"lint": "echo 'Staking package runs lint in its own CI'",
"lint:all": "yarn eslint:check && yarn prettier:check",
Expand Down

0 comments on commit 029881b

Please sign in to comment.