@devapoo-dev/eslint-config 1.1.9 → 1.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.mjs +1 -0
  2. package/package.json +2 -2
package/index.mjs CHANGED
@@ -216,6 +216,7 @@ export function createConfig(options, ...userConfigs) {
216
216
  files: ['**/*.md', '**/*.yml', '**/*.yaml'],
217
217
  rules: {
218
218
  'style/max-len': 'off',
219
+ 'perfectionist/sort-imports': 'off',
219
220
  },
220
221
  },
221
222
  {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@devapoo-dev/eslint-config",
3
- "version": "1.1.9",
3
+ "version": "1.1.10",
4
4
  "type": "module",
5
5
  "main": "index.mjs",
6
6
  "types": "index.d.ts",
7
7
  "dependencies": {
8
- "@antfu/eslint-config": "^7.7.3",
8
+ "@antfu/eslint-config": "^8.2.0",
9
9
  "eslint": "9",
10
10
  "eslint-config-prettier": "^10.1.8",
11
11
  "eslint-plugin-check-file": "^3.3.1",