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

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.