mirror of
https://github.com/bendtherules/ts-transformer-visualizer.git
synced 2026-08-18 13:51:48 +00:00
example > typescript setup - add tsconfig, tslint, rename to tsx
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"extends": [
|
||||
"tslint:recommended",
|
||||
"tslint-react",
|
||||
"tslint-config-prettier"
|
||||
],
|
||||
"rules": {
|
||||
"no-empty-interface": false,
|
||||
"object-literal-sort-keys": false,
|
||||
"ordered-imports": false,
|
||||
"no-console": false,
|
||||
"member-ordering": false,
|
||||
"jsx-no-lambda": false,
|
||||
"interface-name": false,
|
||||
"no-any": true
|
||||
},
|
||||
"defaultSeverity": "warning"
|
||||
}
|
||||
Reference in New Issue
Block a user