@dexaai/eslint-config

1.3.0 • Public • Published

Forked from @remix-run/eslint-config

Dexa ESlint config used for all projects.

Installation

First, install this package along with ESLint in your project. This package requires at least version 8.1 of ESLint

npm install -D eslint @dexaai/eslint-config

Then create a file named .eslintrc.js in the root of the project/package:

module.exports = {
  extends: [ "@dexaai/eslint-config" ]
};

For Node-only projects (no React/browser code), use the node config:

module.exports = {
  extends: [ "@dexaai/eslint-config/node" ]
};

Readme

Keywords

none

Package Sidebar

Install

npm i @dexaai/eslint-config

Weekly Downloads

223

Version

1.3.0

License

MIT

Unpacked Size

16.8 kB

Total Files

10

Last publish

Collaborators

  • fisch0920
  • rileytomasek