@npm-questionpro/wick-ui-eslint-config-frontend

0.0.3 • Public • Published

ESLint configuration shared across all QuestionPro projects

How to setup eslint-config?

1. Install the eslint-config-wick-ui NPM package

npm i -D @npm-questionpro/wick-ui-eslint-config-frontend

2. Install peer dependencies

npm i -D eslint typescript-eslint

3. Setup ESLint

Create a file eslint.config.js.

import wickUiEslintConfig from '@npm-questionpro/wick-ui-eslint-config-frontend'
import tsEslint from 'typescript-eslint'

export default tsEslint.config(...wickUiEslintConfig)

Tip: You can use the overrides field to override any configuration specific to your project.

Refer here for more details: https://eslint.org/docs/latest/extend/shareable-configs

Readme

Keywords

none

Package Sidebar

Install

npm i @npm-questionpro/wick-ui-eslint-config-frontend

Weekly Downloads

24

Version

0.0.3

License

none

Unpacked Size

3.83 kB

Total Files

3

Last publish

Collaborators

  • questionpro-npm