1.1.5 • Published 1 year ago

@dulgi/eslint-config v1.1.5

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

@dulgi/eslint-config

Shareable eslint configuration for web apps and libraries.

Install

yarn add @dulgi/eslint-config

Peer Dependencies

You need to install all peer dependencies via the install-peerdepth CLI tool.

$ npx install-peerdeps @dulgi/eslint-config --yarn --only-peers --dev

Title: Fixing the "@typescript-eslint" plugin conflict error

Description: If you see an error message like the one above, type the following command in the terminal:

npm install --save-dev eslint-config-react-app

Usage

Create an '.eslintrcor '.eslintrc.js file in the root of your project, and extend shareable settings.

module.exports = {
  extend: '@dulgi/eslint-config',

  // or

  extends: [
    '@dulgi/eslint-config',
    'plugin:cypress/recommended',
    //...
  ],
};
1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago