@lntvow/eslint-config 9.1.1 → 9.2.0

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 (46) hide show
  1. package/package.json +5 -1
  2. package/.czrc +0 -3
  3. package/.editorconfig +0 -14
  4. package/.env.development +0 -1
  5. package/.env.production +0 -1
  6. package/.env.uat +0 -1
  7. package/.github/workflows/publish-npm.yml +0 -44
  8. package/.husky/commit-msg +0 -4
  9. package/.husky/pre-commit +0 -4
  10. package/.lintstagedrc +0 -4
  11. package/.prettierrc +0 -10
  12. package/.vscode/settings.json +0 -14
  13. package/api/basic.js +0 -22
  14. package/api/vue.js +0 -34
  15. package/commitlint.config.cjs +0 -4
  16. package/eslint.config.js +0 -21
  17. package/packages/eslint-config-ts/index.js +0 -85
  18. package/packages/eslint-config-ts/package.json +0 -18
  19. package/packages/eslint-plugin/index.js +0 -5
  20. package/packages/eslint-plugin/package.json +0 -16
  21. package/packages/eslint-plugin/rules/get.js +0 -18
  22. package/packages/eslint-plugin/test/get.test.js +0 -39
  23. package/src/configs/gitignore.ts +0 -34
  24. package/src/configs/ignores.ts +0 -10
  25. package/src/configs/imports.ts +0 -17
  26. package/src/configs/index.ts +0 -8
  27. package/src/configs/javascript.ts +0 -161
  28. package/src/configs/prettier.ts +0 -18
  29. package/src/configs/stylistic.ts +0 -59
  30. package/src/configs/typescript.ts +0 -63
  31. package/src/configs/vue.ts +0 -316
  32. package/src/factory.ts +0 -167
  33. package/src/globs.ts +0 -86
  34. package/src/index.ts +0 -7
  35. package/src/typegen.d.ts +0 -15123
  36. package/src/types.ts +0 -127
  37. package/src/typings/index.d.ts +0 -3
  38. package/src/utils/index.ts +0 -30
  39. package/test/js.vue +0 -28
  40. package/test/jsx.vue +0 -27
  41. package/test/test.js +0 -11
  42. package/test/test.ts +0 -18
  43. package/test/ts.vue +0 -26
  44. package/test/tsx.vue +0 -23
  45. package/tsconfig.json +0 -20
  46. package/tsup.config.ts +0 -10
package/src/index.ts DELETED
@@ -1,7 +0,0 @@
1
- import { lntvow } from './factory'
2
-
3
- export * from './utils'
4
- export * from './configs'
5
- export * from './globs'
6
- export { lntvow } from './factory'
7
- export default lntvow