feat: add token system and ui contracts
This commit is contained in:
+6
-2
@@ -6,7 +6,12 @@ import tseslint from "typescript-eslint";
|
||||
|
||||
export default tseslint.config(
|
||||
{
|
||||
ignores: ["dist/**", "node_modules/**", "storybook-static/**", "coverage/**"]
|
||||
ignores: [
|
||||
"**/dist/**",
|
||||
"**/node_modules/**",
|
||||
"**/storybook-static/**",
|
||||
"**/coverage/**"
|
||||
]
|
||||
},
|
||||
js.configs.recommended,
|
||||
...tseslint.configs.recommended,
|
||||
@@ -35,4 +40,3 @@ export default tseslint.config(
|
||||
}
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user