Research
Security News
Quasar RAT Disguised as an npm Package for Detecting Vulnerabilities in Ethereum Smart Contracts
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
@fission-codes/eslint-config
Advanced tools
Fission eslint, ts and prettier config.
pnpm install @fission-codes/eslint-config
package.json
{
"main": "src/index.js",
"types": "dist/src/index.d.ts",
"files": ["dist/src", "src", "index.js", "cli.js"],
"scripts": {
"lint": "eslint . && prettier --check **/*.{js,ts,yml,json} --ignore-path .gitignore && tsc"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*.{js,ts,md,yml,json}": "prettier --write",
"*": "eslint --fix"
},
"eslintConfig": {
"extends": "@fission-codes",
"ignorePatterns": ["coverage", "dist", "docs"],
// for preact
"settings": {
"react": {
"pragma": "h",
"version": "18.0"
}
}
},
"prettier": "@fission-codes/eslint-config/prettier.config.js"
}
tsconfig.json
{
"extends": "@fission-codes/eslint-config/tsconfig.json",
"compilerOptions": {
"outDir": "dist",
"noEmit": true, // for apps or anything that is not published to npm
"emitDeclarationOnly": true, // for TS with JSDocs
"module": "NodeNext", // for TS packages
"moduleResolution": "NodeNext" // for TS packages
},
"include": ["src", "test"]
}
In monorepos you can install @fission-codes/eslint-config
only in the root and extend the root tsconfig.json
in the packages.
Read contributing guidelines here.
This project is licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
FAQs
Fission eslint config.
The npm package @fission-codes/eslint-config receives a total of 1 weekly downloads. As such, @fission-codes/eslint-config popularity was classified as not popular.
We found that @fission-codes/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
Socket researchers uncover a malicious npm package posing as a tool for detecting vulnerabilities in Etherium smart contracts.
Security News
Research
A supply chain attack on Rspack's npm packages injected cryptomining malware, potentially impacting thousands of developers.
Research
Security News
Socket researchers discovered a malware campaign on npm delivering the Skuld infostealer via typosquatted packages, exposing sensitive data.