Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 517 Bytes

File metadata and controls

29 lines (19 loc) · 517 Bytes

@straw-hat/eslint-config-prettier

ESLint configurations for @straw-hat/prettier-config integration.

It makes sure that ESLint and Prettier works together without issues.

Installation

Add the dependency.

yarn add -D @straw-hat/eslint-config-prettier

Make sure to install the peer dependencies.

npx install-peerdeps --dev @straw-hat/eslint-config-prettier

Configuration

Extend your ESLint configuration.

{
  "extends": ["@straw-hat/eslint-config-prettier"]
}