UNPKG

@fluidframework/eslint-config-fluid

Version:

Shareable ESLint config for the Fluid Framework

12 lines (11 loc) 301 B
{ "_comment": "In order for us to test this directory like a normal TypeScript project, eslint needs this tsconfig.json file.", "compilerOptions": { "target": "ESNext", "module": "NodeNext", "strict": true, "allowImportingTsExtensions": true, "noEmit": true, }, "include": ["./**/*"], }