@eulerxyz/eslint-config

1.1.1 • Public • Published

ESLint Config

A reusable config for ESLint.

Getting Started

First, install the package and peer dependencies:

npx install-peerdeps -D @eulerxyz/eslint-config

For React projects, create a .eslintrc file in the root of your project and add:

{
  "extends": "@eulerxyz/eslint-config",
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}

For Node projects, create a .eslintrc file in the root of your project and add:

{
  "extends": "@eulerxyz/eslint-config/base",
  "parserOptions": {
    "project": "./tsconfig.json"
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @eulerxyz/eslint-config

Weekly Downloads

12

Version

1.1.1

License

none

Unpacked Size

6.63 kB

Total Files

8

Last publish

Collaborators

  • kaspereuler
  • tanya_roze
  • rori4
  • connor-euler
  • euler_iamzim
  • jackeuler