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.
13 lines
181 B
JSON
13 lines
181 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"custom"
|
|
],
|
|
"parserOptions": {
|
|
"project": "./tsconfig.eslint.json"
|
|
},
|
|
"rules": {
|
|
"no-console": "off",
|
|
"no-eval": "off"
|
|
}
|
|
} |