eslint-config-plural
Version:
🎨 How plural paints its code.
16 lines (15 loc) • 348 B
JSON
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"checkJs": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"moduleResolution": "node",
"noImplicitAny": false,
"resolveJsonModule": true,
"jsx": "react-jsx",
"strict": true,
"sourceMap": true
}
}