0.1.13 • Published 1 year ago

@elricb/xo-config v0.1.13

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@elric/xo-config

Personal xo config for my projects.

Install

$ npm install --save-dev xo @elricb/xo-config

Usage

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-convention

Documentation

Release Notes

View commit tag for release notes.

0.1.10

1 year ago

0.1.11

1 year ago

0.1.12

1 year ago

0.1.13

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.9

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.0.10

2 years ago

0.0.11

2 years ago

0.0.12

2 years ago

0.0.13

2 years ago

0.0.14

2 years ago

0.0.15

2 years ago

0.0.9

2 years ago

0.0.16

2 years ago

0.0.8

2 years ago

0.0.5

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

3 years ago

0.0.1

3 years ago