9169165a03
* feat: generate new nx application * feat: add env variables & render a headline * feat: add netlify config * feat: add cypress projectId and delete unused files
19 lines
366 B
JSON
19 lines
366 B
JSON
{
|
|
"extends": ["plugin:@nrwl/nx/react", "../../.eslintrc.json"],
|
|
"ignorePatterns": ["!**/*", "__generated__", "__generated___"],
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
|
|
"rules": {}
|
|
},
|
|
{
|
|
"files": ["*.ts", "*.tsx"],
|
|
"rules": {}
|
|
},
|
|
{
|
|
"files": ["*.js", "*.jsx"],
|
|
"rules": {}
|
|
}
|
|
]
|
|
}
|