1.0.1 • Published 1 year ago

@junghyeonsu/eslint-plugin v1.0.1

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

@junghyeonsu/eslint-plugin

prettier config

{
  "singleQuote": false,
  "semi": true,
  "tabWidth": 2,
  "useTabs": false,
  "trailingComma": "all",
  "printWidth": 100,
  "arrowParens": "always"
}
  • .vscode/settings.json (만약 프로젝트에 vscode 설정을 통일시키고 싶다면...)
{
  "editor.codeActionsOnSave": {
    "source.fixAll.eslint": true
  },
  "eslint.validate": ["javascript", "json"]
}