"unimport": "^3.4.0", "unplugin": "^1.5.0" }, "devDependencies": { "@antfu/eslint-config": "^0.39.7", "@antfu/ni": "^0.21.4", "@nuxt/kit": "^3.6.1", "@types/node": "^18.16.19", "@types/resolve": "^1.20.2", "@vueuse/metadata": "^10.2.1", "bumpp": "^9...
// Enable the ESlint flat config support "eslint.experimental.useFlatConfig": true, // Disable the default formatter, use eslint instead "prettier.enable": false, "prettier": false "editor.formatOnSave": false, // Auto fix "editor.codeActionsOnSave": { "source.fixAll": "explicit", ...
📈 Tracking: Flat Config rollout eslint/eslint#18093 Open 37 tasks JounQin closed this as completed in #62 Mar 24, 2024 Member JounQin commented Mar 24, 2024 • edited Please help to test eslint-plugin-import-x@0.4.2, while flat config is not officially supported yet, it is...
lockfileVersion: '6.0' settings: autoInstallPeers: true excludeLinksFromLockfile: false importers: .: dependencies: unplugin: specifier: ^1.5.0 version: 1.5.0 unplugin-vue-router: specifier: ^0.7.0 version: 0.7.0(rollup@3.29.3)(vue@3.3.4) devDependencies: '@antfu/eslint-config': specifier...
import { generateESLintConfigs } from './eslintrc' import { resolversAddon } from './resolvers' export function createContext(options: Options = {}, root = process.cwd()) { const { dts: preferDTS = isPackageExists('typescript'), cache: isCache = false, } = options const dirs =...
I haven't remove the resolver concept in eslint-plugin-import-x<=0.2 because I found that the webpack resolver may be still useful for those webpack users, and although we can use enhanced-resolve directly, but the settings can not fit all projects, I need to figure out how to set th...