![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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@6 babel-eslint@7 eslint@3
"extends": "opuscapita"
to your .eslintrc.eslintrc example:
{
"extends": "opuscapita"
}
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.
v1.0.8 (Fri, 07 Jul 2017 18:07:17 GMT)
FAQs
OpusCapita ESLint config, following our styleguide
The npm package eslint-config-opuscapita receives a total of 6 weekly downloads. As such, eslint-config-opuscapita popularity was classified as not popular.
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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.