UNPKG

eslint-config-tidgi

Version:

Eslint config fot TidGi and its plugins, with many eslint plugins to perform auto-fix.

18 lines (17 loc) 497 B
{ "extends": "@modern-js/tsconfig/base.json", "compilerOptions": { "jsx": "react-jsx", "baseUrl": "./", "noEmit": true, "typeRoots": ["node_modules/@types", "node_modules/tw5-typed"], "module": "esnext", "declaration": true, "emitDeclarationOnly": true, "esModuleInterop": true, "allowImportingTsExtensions": true, "skipLibCheck": true, "lib": ["DOM", "ESNext"] }, "include": ["src", "*.json", "*.mjs", "*.js", "eslint.config.ts", "index.ts"] }