v0.24.0
Highlights
- You can now click/Command-click the rule IDs in the output to open the rule's docs. Preview. (Only in supported terminals) sindresorhus/eslint-formatter-pretty@7606f98
- Move default ESLint cache to
node_modules/.cache/xo. (#351) d1fd3e1 - Support parsing ES2019 61f9582
- Drop support for Babel 6 in the
import/no-unassigned-importrule dd2c015
New rules
padding-line-between-statementsno-useless-catchunicorn/prefer-query-selectorunicorn/prefer-node-appendunicorn/no-unreadable-array-destructuringunicorn/no-console-spaceseslint-comments/disable-enable-paireslint-comments/no-aggregating-enableeslint-comments/no-duplicate-disableeslint-comments/no-unused-disableeslint-comments/no-unused-enablenode/prefer-global/buffernode/prefer-global/consolenode/prefer-global/processnode/prefer-global/text-decoder(When targeting Node.js 11)node/prefer-global/text-encoder(When targeting Node.js 11)node/prefer-global/url-search-params(When targeting Node.js 10)node/prefer-global/url(When targeting Node.js 10)