rulint 1.0.0 → 1.0.2

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.
package/dist/main.js CHANGED
@@ -168,7 +168,7 @@ var ts_rules = {
168
168
  };
169
169
  var RulintOptionsDefault = {
170
170
  disabled: false,
171
- ignores: ["./dist/**"],
171
+ ignores: ["**/dist"],
172
172
  js: {
173
173
  files: ["**/*.ts", "**/*.tsx", "**/*.mts", "**/*.cts", "**/*.js", "**/*.jsx", "**/*.mjs", "**/*.cjs"],
174
174
  languageOptions: {},
package/dist/main.mjs CHANGED
@@ -132,7 +132,7 @@ var ts_rules = {
132
132
  };
133
133
  var RulintOptionsDefault = {
134
134
  disabled: false,
135
- ignores: ["./dist/**"],
135
+ ignores: ["**/dist"],
136
136
  js: {
137
137
  files: ["**/*.ts", "**/*.tsx", "**/*.mts", "**/*.cts", "**/*.js", "**/*.jsx", "**/*.mjs", "**/*.cjs"],
138
138
  languageOptions: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulint",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Strict ESLint presets for modern TypeScript projects.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/keift/rulint",