UNPKG

@voitanos/eslint-preset-spfx-react

Version:

Preset to swap out TSLint in favor of ESLint in SharePoint Framework (non-React) projects.

17 lines 317 B
{ "compilerOptions": { "target": "es5", "module": "commonjs", "strict": true, "lib": ["esnext"], "allowSyntheticDefaultImports": true, "baseUrl": ".", "allowJs": true, "types": ["node"], "jsx": "react" }, "include": [ "scripts/*.ts" ], "exclude": [ "node_modules" ] }