Skip to content

Commit

Permalink
fix: exclude tokens.json from eslint and prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm1st3r committed Nov 15, 2024
1 parent 96f49be commit e6ef1ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
packages/foundation/atomic-playfulness.tokens.json
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import tsEslint from "typescript-eslint";

export default tsEslint.config(
{
ignores: ["**/dist"],
ignores: ["**/dist", "packages/foundation/atomic-playfulness.tokens.json"],
},
eslint.configs.recommended,
...tsEslint.configs.recommended,
Expand Down

0 comments on commit e6ef1ee

Please sign in to comment.