@tommy-mitchell/eslint-config-xo

0.3.1 • Public • Published

@tommy-mitchell/eslint-config-xo

Personal config for XO. Recommended to be used with my dprint config.

Install

npm install --save-dev @tommy-mitchell/eslint-config-xo xo @tommy-mitchell/dprint-config dprint
Other Package Managers
yarn add --dev @tommy-mitchell/eslint-config-xo xo @tommy-mitchell/dprint-config dprint

Peer Dependencies

  • xo - JavaScript/TypeScript linter (ESLint wrapper) with great defaults.
  • dprint - Pluggable and configurable code formatting platform written in Rust.

Usage

Add to the extends section of your XO config:

"extends": ["@tommy-mitchell/xo"],

React

"extends": ["@tommy-mitchell/xo", "@tommy-mitchell/xo/react"],

Tailwind CSS

"extends": ["@tommy-mitchell/xo", "@tommy-mitchell/xo/tailwind"],

VS Code

Add the following to your settings.json:

"xo.enable": true,
"xo.format.enable": true,
"xo.overrideSeverity": "warn",

Related

Readme

Keywords

Package Sidebar

Install

npm i @tommy-mitchell/eslint-config-xo

Weekly Downloads

1

Version

0.3.1

License

MIT

Unpacked Size

7.79 kB

Total Files

8

Last publish

Collaborators

  • tommy-mitchell