sindresorhus / generator-nm

Scaffold out a node module
MIT License
743 stars 82 forks source link

Make use of XO's overrides option and eslint-plugin-ava #45

Closed jamestalmage closed 7 years ago

jamestalmage commented 8 years ago

blocker: https://github.com/sindresorhus/xo/issues/88

sindresorhus commented 8 years ago

turn on esnext for test.js

:+1:

use eslint-plugin-ava to lint tests

I was actually planning to bundle eslint-plugin-ava in XO.

sindresorhus commented 7 years ago

Closing as the eslint option will be enabled by default in the next XO version and eslint-plugin-ava is included in XO by default.