This repo is made for the bin script that generates the tokens files, at the moment it only generates a css file, but it is designed to be able to generate any other file format ( Typescript, Javascript for example )
16 lines
218 B
JSON
16 lines
218 B
JSON
{
|
|
"root": true,
|
|
"extends": [
|
|
"custom"
|
|
],
|
|
"parserOptions": {
|
|
"project": [
|
|
"./tsconfig.json",
|
|
"./tsconfig.node.json"
|
|
]
|
|
},
|
|
"rules": {
|
|
"no-console": "off",
|
|
"no-eval": "off"
|
|
}
|
|
} |