@storm-software/linting-tools 1.30.0 → 1.30.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.
Files changed (42) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/README.md +5 -2
  3. package/jest.config.ts +11 -0
  4. package/package.json +2 -2
  5. package/project.json +96 -0
  6. package/src/alex/index.ts +82 -0
  7. package/src/cli/index.ts +289 -0
  8. package/src/eslint/{json/index.js → constants.ts} +39 -52
  9. package/src/eslint/graphql/{index.js → index.ts} +4 -12
  10. package/src/eslint/index.ts +7 -0
  11. package/src/eslint/javascript/index.ts +22 -0
  12. package/src/eslint/jest/index.ts +16 -0
  13. package/src/eslint/json/index.ts +37 -0
  14. package/src/eslint/next/index.ts +25 -0
  15. package/src/eslint/react/index.ts +25 -0
  16. package/src/eslint/rules/import.ts +88 -0
  17. package/src/eslint/rules/jsx-a11y.ts +8 -0
  18. package/src/eslint/{react/index.js → rules/react.ts} +3 -44
  19. package/src/eslint/{javascript/index.js → rules/storm.ts} +3 -144
  20. package/src/eslint/rules/ts-docs.ts +12 -0
  21. package/src/eslint/rules/unicorn.ts +23 -0
  22. package/src/eslint/typescript/index.ts +144 -0
  23. package/src/manypkg/index.ts +179 -0
  24. package/tsconfig.json +24 -0
  25. package/tsconfig.lib.json +11 -0
  26. package/tsconfig.spec.json +13 -0
  27. package/LICENSE +0 -201
  28. package/bin/lint.js +0 -327122
  29. package/src/cli/index.js +0 -326741
  30. package/src/eslint/jest/index.js +0 -24
  31. package/src/eslint/next/index.js +0 -95
  32. package/src/eslint/typescript/index.js +0 -577
  33. package/src/manypkg/index.js +0 -30474
  34. /package/{alex → src/alex}/.alexignore +0 -0
  35. /package/{alex → src/alex}/.alexrc +0 -0
  36. /package/{biome → src/biome}/biome.json +0 -0
  37. /package/{cspell → src/cspell}/config.json +0 -0
  38. /package/{cspell → src/cspell}/dictionary.txt +0 -0
  39. /package/{prettier → src/prettier}/.prettierignore +0 -0
  40. /package/{prettier → src/prettier}/config.json +0 -0
  41. /package/{tsconfig → src/tsconfig}/reset.d.ts +0 -0
  42. /package/{tsconfig → src/tsconfig}/tsconfig.root.json +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes