- Add TypeScript support (#426) b0dfcbd
You can now lint TypeScript projects without any extra config. You can also lintd.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