7.0.0 • Published 3 years ago
@kotify/neutrino-typescript-eslint v7.0.0
Neutrino middleware to support eslint in typescript project
Adds typescript support for eslint 6.x and typescript 3.x.
Usage
Middleware accepts options eslint options object that will be merged with base options.
Example:
const typescriptEslint = require('neutrino-typescript-eslint');
module.exports = {
use: [
react(),
eslint(),
typescriptEslint({}, {react: true, reactVersion: '16.13'}),
]
}
7.0.0
3 years ago
6.0.0
3 years ago
5.3.0
3 years ago
5.0.0
4 years ago
5.0.0-alpha.0
4 years ago
4.0.0
5 years ago
3.0.0
5 years ago
2.0.0
5 years ago
2.0.0-alpha.4
5 years ago
2.0.0-alpha.3
5 years ago
2.0.0-alpha.2
5 years ago
2.0.0-alpha.1
5 years ago
2.0.0-alpha.0
5 years ago
1.1.0
5 years ago
1.0.1-alpha.0
5 years ago
0.1.0
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago