eslint-plugin-turmag-special-rules 1.0.17 → 1.0.18

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/lib/index.js +5 -5
  2. package/package.json +1 -1
package/lib/index.js CHANGED
@@ -8,11 +8,11 @@
8
8
  // Plugin Definition
9
9
  //------------------------------------------------------------------------------
10
10
 
11
- import addVueExtension from "./rules/add-vue-extension";
12
- import importEntitiesByColumnOrLine from "./rules/import-entities-by-column-or-line";
13
- import importRightOrder from "./rules/import-right-order";
14
- import preferTrueAttributeShorthand from "./rules/prefer-true-attribute-shorthand";
15
- import useShortestAlias from "./rules/use-shortest-alias";
11
+ import addVueExtension from "./rules/add-vue-extension.js";
12
+ import importEntitiesByColumnOrLine from "./rules/import-entities-by-column-or-line.js";
13
+ import importRightOrder from "./rules/import-right-order.js";
14
+ import preferTrueAttributeShorthand from "./rules/prefer-true-attribute-shorthand.js";
15
+ import useShortestAlias from "./rules/use-shortest-alias.js";
16
16
 
17
17
  // import all rules in lib/rules
18
18
  export default {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-turmag-special-rules",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "type": "module",
5
5
  "description": "Special eslint rules for your awesome projects",
6
6
  "keywords": [