
Research
/Security News
Shai Hulud Strikes Again (v2)
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.
@croquiscom/eslint-config-www
Advanced tools
This package includes the shareable ESLint configuration used by Kakaostyle
npm install --save-dev @croquiscom/eslint-config-www eslint typescript
import baseConfig from '@croquiscom/eslint-config-www/index.mjs';
import globals from 'globals';
import tseslint from 'typescript-eslint';
export default tseslint.config(
...baseConfig,
{
languageOptions: {
globals: {
...globals.browser,
},
parserOptions: {
projectService: true,
tsconfigRootDir: import.meta.dirname,
project: `${import.meta.dirname}/tsconfig.json`,
},
},
settings: {
'import/resolver': {
typescript: {
project: `${import.meta.dirname}/tsconfig.json`,
},
},
},
rules: {},
},
{
ignores: ['eslint.config.mjs'],
},
);
You can override the settings from eslint-config-www by editing the eslint.config.mjs file. Learn more about configuring ESLint on the ESLint website.
Github Action을 통해 자동으로 배포하고 있습니다.
changeset 파일을 포함한 PR이 main에 머지되면, Github Action 워크플로우가 동작되며, 버전 배포를 위한 Version Packages PR이 생성됩니다. 해당 PR을 머지하게 되면 Github Action의 워크플로우가 동작되며 패키지가 배포됩니다.
npm 권한이 필요합니다. npm에 가입 후 권한을 요청해주세요.
npm run changeset version
git commit -m "chore: version bump"
npm run release
FAQs
ESLint configuration used by Kakaostyle web projects
We found that @croquiscom/eslint-config-www demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 15 open source maintainers 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.

Research
/Security News
Another wave of Shai-Hulud campaign has hit npm with more than 500 packages and 700+ versions affected.

Product
Add real-time Socket webhook events to your workflows to automatically receive software supply chain alert changes in real time.

Security News
ENISA has become a CVE Program Root, giving the EU a central authority for coordinating vulnerability reporting, disclosure, and cross-border response.