
Product
Introducing Repository Access Permissions and Custom Roles
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.
eslint-config-7ylee
Advanced tools
npx install-peerdeps --dev eslint-config-7ylee
{
"extends": [
"7ylee"
]
}
cmd + shift + p => > Preferences: Open Settings (JSON) // 에디터 디폴트 -문서 저장시 포맷팅 기능 활성화
"editor.formatOnSave": true,
// JS & JSX 는 비활성화 - eslint로 포맷팅 하기 위해 에디터 디폴트 기능은 해제합니다.
"[javascript]": {
"editor.formatOnSave": false
},
"[javascriptreact]": {
"editor.formatOnSave": false
},
// ESLint 플러그인의 저장시 수정 기능 활성화
"eslint.autoFixOnSave": true,
// !필수 아님
// VScode의 Prettier Extension이 설치 되어있으면 JS & JSX 자동 포맷팅 비활성화
"prettier.disableLanguages": ["javascript", "javascriptreact"],
FAQs
ESLint & Prettier Config
The npm package eslint-config-7ylee receives a total of 8 weekly downloads. As such, eslint-config-7ylee popularity was classified as not popular.
We found that eslint-config-7ylee demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.

Product
Socket MCP now lets AI assistants review org alerts, investigate threats using the Socket threat feed, and inspect package files in addition to dependency scoring.

Product
Socket Firewall blocks malicious VS Code and Open VSX extensions before install, protecting developers from compromised editor marketplaces.