Files
cunningham/packages/tokens/.eslintrc.json
Nathan Vasse 67dd0048d0 ♻️(tokens) expose default tokens in a lib and various config
This allow to use the default tokens from Typescript or Javascript file
of dependents repos. For instance this wîll be used by packages/react
to aggregate components tokens files.
2023-01-11 11:01:56 +01:00

13 lines
181 B
JSON

{
"root": true,
"extends": [
"custom"
],
"parserOptions": {
"project": "./tsconfig.eslint.json"
},
"rules": {
"no-console": "off",
"no-eval": "off"
}
}