Skip to content

Releases: xojs/xo

v0.27.1

25 Feb 07:51
Compare
Choose a tag to compare
  • Various fixes to TypeScript integration (#431) 0ea5dbb

Important: We changed the cache structure, so you'll need to delete node_modules/.cache/xo:

$ rm node_modules/.cache/xo

v0.27.0...v0.27.1

v0.27.0

24 Feb 19:32
Compare
Choose a tag to compare
  • Add TypeScript support (#426) b0dfcbd
    You can now lint TypeScript projects without any extra config. You can also lint d.ts files in JS projects. Read more.
  • Find XO config based on linted file path (#425) e0f81a7
  • Fix overrides handling for extends, envs, globals, plugins (#429) 4cefdbc
  • Add node/no-unsupported-features rules (#341) 2297c07
  • Improve import/no-unassigned-import settings (#430) 0c78113

v0.26.1...v0.27.0

v0.26.1

14 Feb 07:20
Compare
Choose a tag to compare
  • Use new eslint-config-prettier override (#422) 9fbdb97

v0.26.0...v0.26.1

v0.26.0

v0.25.4

12 Feb 12:01
Compare
Choose a tag to compare
  • Temporarily disable the import/order rule 776927f

v0.25.3...v0.25.4

v0.25.3

26 Sep 07:23
Compare
Choose a tag to compare
  • Enable unicorn/prefer-flat-map only for Node.js >=11 (#403) 80c592e

v0.25.2...v0.25.3

v0.25.2

26 Sep 05:55
Compare
Choose a tag to compare
  • Disable no-nested-ternary rule when Prettier is used (#402) 537ef66

v0.25.1...v0.25.2

v0.25.1

26 Sep 04:37
Compare
Choose a tag to compare
  • Don't report normal TODO comments as errors 4378e83

v0.25.0...v0.25.1

v0.25.0

26 Sep 04:23
Compare
Choose a tag to compare

Breaking

New rules

Enhancements

  • Respect .eslintignore (#377) f6bf4c0
  • Turn all paths cwd-relative before linting (#372) 3033fcd
  • Add option to import/no-useless-path-segments rule 8d6c5c5
  • Add tap-snapshots/*.js to default ignore list (#385) b73b11b
  • Make --stdin --fix always return the code even if nothing was fixed (#383) ec51d18

v0.24.0