@lenne.tech/eslint-config-ts 0.0.13 → 0.0.15

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.js +1 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -124,9 +124,8 @@ module.exports = {
124
124
  /**
125
125
  * Basic
126
126
  */
127
-
128
127
  // import
129
- "import/order": "error",
128
+ "import/order": "off", // Replaced by perfectionist/sort-imports
130
129
  "import/first": "error",
131
130
  "import/no-mutable-exports": "error",
132
131
  "import/no-unresolved": "off",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lenne.tech/eslint-config-ts",
3
- "version": "0.0.13",
3
+ "version": "0.0.15",
4
4
  "description": "ESLint config of lenne.Tech for TypeScript",
5
5
  "license": "MIT",
6
6
  "keywords": [