UNPKG

prettier-plugin-imports

Version:

A prettier plugins to sort imports in provided RegEx order

16 lines (15 loc) 446 B
// Based on node 16 config: https://github.com/tsconfig/bases/blob/main/bases/node16.json { "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "allowJs": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true, "module": "NodeNext", "skipLibCheck": true, "strict": true, "target": "ES2021" }, "exclude": ["node_modules"], "include": ["src/**/*.ts", "src/plugin.d.ts"] }