Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 461 Bytes

File metadata and controls

28 lines (19 loc) · 461 Bytes

@straw-hat/eslint-config-babel

ESLint Babel configurations. Use this package when you are using Babel compiler in your project.

Installation

Add the dependency.

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

Make sure to install the peer dependencies.

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

Configuration

Extend your ESLint configuration.

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