@storm-software/linting-tools 1.42.0 → 1.44.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 (45) hide show
  1. package/.eslintrc.json +97 -0
  2. package/CHANGELOG.md +43 -0
  3. package/README.md +1 -1
  4. package/bin/lint.ts +24 -13
  5. package/jest.config.ts +11 -0
  6. package/package.json +10 -6
  7. package/project.json +111 -0
  8. package/{alex → src/alex}/.alexignore +0 -0
  9. package/{alex → src/alex}/.alexrc +0 -0
  10. package/src/alex/index.ts +67 -0
  11. package/{biome → src/biome}/biome.json +2 -1
  12. package/src/cli/index.ts +300 -0
  13. package/{cspell → src/cspell}/dictionary.txt +2 -0
  14. package/src/eslint/constants.ts +87 -0
  15. package/src/eslint/graphql/{index.js → index.ts} +4 -7
  16. package/src/eslint/index.ts +7 -0
  17. package/src/eslint/javascript/index.ts +22 -0
  18. package/src/eslint/jest/index.ts +16 -0
  19. package/src/eslint/json/index.ts +32 -0
  20. package/src/eslint/next/index.ts +25 -0
  21. package/src/eslint/react/index.ts +25 -0
  22. package/src/eslint/rules/import.ts +85 -0
  23. package/src/eslint/rules/jsx-a11y.ts +8 -0
  24. package/src/eslint/{react/index.js → rules/react.ts} +3 -39
  25. package/src/eslint/{javascript/index.js → rules/storm.ts} +3 -139
  26. package/src/eslint/rules/ts-docs.ts +12 -0
  27. package/src/eslint/rules/unicorn.ts +23 -0
  28. package/src/eslint/typescript/index.ts +132 -0
  29. package/src/ls-lint/.ls-lint.yml +13 -0
  30. package/src/manypkg/index.ts +164 -0
  31. package/src/taplo/.taplo.toml +6 -0
  32. package/tsconfig.json +18 -0
  33. package/tsconfig.script.json +21 -0
  34. package/tsconfig.spec.json +13 -0
  35. package/LICENSE +0 -201
  36. package/bin/lint.js +0 -333139
  37. package/src/cli/index.js +0 -328555
  38. package/src/eslint/jest/index.js +0 -19
  39. package/src/eslint/json/index.js +0 -95
  40. package/src/eslint/next/index.js +0 -90
  41. package/src/eslint/typescript/index.js +0 -569
  42. package/src/manypkg/index.js +0 -34729
  43. /package/{cspell → src/cspell}/config.json +0 -0
  44. /package/{prettier → src/prettier}/.prettierignore +0 -0
  45. /package/{prettier → src/prettier}/config.json +0 -0
File without changes
File without changes
File without changes