0.1.13 • Published 3 years ago
@elricb/xo-config v0.1.13
@elric/xo-config
Personal xo config for my projects.
Install
$ npm install --save-dev xo @elricb/xo-configUsage
Add the below to the .xo-config.js file in your project.
module.exports = require("@elric/xo-config")();nodejs
module.exports = require("@elric/xo-config")(["node"]);react
npm i --save-dev eslint-config-xo-react
module.exports = require("@elric/xo-config")(["react"]);typescript
npm i --save-dev eslint-config-xo-react
module.exports = require("@elric/xo-config")(["typescript"]);Notes
Mixed typescript and javascript projects will throw errors like below. It's recommended to ignore js files in the .eslintignore files.
Definition for rule @typescript-eslint/naming-convention was not found. @typescript-eslint/naming-conventionDocumentation
Release Notes
View commit tag for release notes.
0.1.10
3 years ago
0.1.11
3 years ago
0.1.12
3 years ago
0.1.13
3 years ago
0.1.8
3 years ago
0.1.7
3 years ago
0.1.9
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.6
3 years ago
0.1.5
3 years ago
0.1.0
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.0.10
3 years ago
0.0.11
3 years ago
0.0.12
3 years ago
0.0.13
3 years ago
0.0.14
3 years ago
0.0.15
3 years ago
0.0.9
3 years ago
0.0.16
3 years ago
0.0.8
4 years ago
0.0.5
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.3
4 years ago
0.0.4
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago