
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
eslint-config-opuscapita
Advanced tools
This package provides OpusCapita's base .eslintrc as an extensible shared config.
ESLint is a tool for guarantee a code style consistency across developers team. It helps to take a code more clear and readable. For example it detects an unused variables. Also with linting you automatically avoid common pit-falls
Our default export contains all of our ESLint rules, including ECMAScript 2015+ and React.
It requires:
npm install --save-dev -E eslint-config-opuscapita eslint-plugin-react@7.5.1 babel-eslint@8.1.2 eslint@4.14.0
"extends": "opuscapita"
to your .eslintrc.eslintrc example:
{
"extends": "opuscapita",
"env": {
"jasmine": true,
"browser": true,
"node": true,
"es6": true
}
}
It unnecessary to run npm run eslint
every time for error checking. Your editor able to highlight an errors on fly.
Some users prefer this way.
How to enable ESLint in your editor
npm run lint -- --fix
OpusCapita ESLint config is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.
[v2.0.10](Thu, 04 Apr 2019 16:21:59 GMT)
FAQs
OpusCapita ESLint config, following our styleguide
We found that eslint-config-opuscapita demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 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.
Security News
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.