eslint-plugin-my-eslint-test-example-plugin
v1.0.4
Published
The github.dev web-based editor is a lightweight editing experience that runs entirely in your browser. You can navigate files and source code repositories from GitHub, and make and commit code changes.
Downloads
8
Readme
1. 설치
npm i https://github.com/KumJungMin/eslint-custom-rules-ex2. eslintrc.json 설정
{
...
"plugins": ["my-eslint-plugin"], // 추가
"extends": [
...
"plugin:my-eslint-plugin/recommended" // 추가
],
}
3. 결과 예시
npx eslint .