3.0.0 • Published 2 years ago

rollup-plugin-lintes v3.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
2 years ago

rollup-plugin-lintes

a rollup plugin for eslint

options

  • include: FilterPattern; default is null.
  • exclude: FilterPattern; default is 'node_modules'

usage

const { lint } = require('rollup-plugin-lintes');

module.exports = {
    plugins: [lint()]
};
3.0.0

2 years ago

2.5.0

2 years ago

2.4.0

2 years ago

2.7.0

2 years ago

2.6.0

2 years ago

2.9.0

2 years ago

2.8.0

2 years ago

2.3.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

4 years ago