![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.
@perfective/eslint-config
Advanced tools
@perfective/eslint-config
provides
a shareable ESLint configuration
that is used for the development of the @perfective
packages.
These rules are primarily configured for TypeScript projects.
In addition to the core ESLint rules,
@typescript-eslint
,
and ESlint Stylistic plugin rules,
@perfective/eslint-config
includes configurations for the ESLint plugins:
eslint-plugin-array-func
;eslint-plugin-cypress
(optional);eslint-plugin-eslint-comments
;eslint-plugin-import
;eslint-plugin-jest
(optional);eslint-plugin-jest-dom
(optional);eslint-plugin-jsdoc
;eslint-plugin-n
;eslint-plugin-prefer-arrow
;eslint-plugin-promise
;eslint-plugin-rxjs
(optional);eslint-plugin-security
;eslint-plugin-simple-import-sort
;eslint-plugin-sonarjs
;eslint-plugin-testing-library
(optional);eslint-plugin-unicorn
.To simplify configuring ESLint support in the IDEs and editors,
the severity of all fixable rules is a warning
.
In addition, it allows distinguishing errors that have to be fixed manually
from issues that will be fixed automatically.
Require @perfective/eslint-config
and its peer dependencies as dev dependencies.
npm install --save-dev \
@perfective/eslint-config \
@babel/eslint-parser \
@stylistic/eslint-plugin \
@stylistic/eslint-plugin-js \
@stylistic/eslint-plugin-jsx \
@stylistic/eslint-plugin-ts \
@stylistic/eslint-plugin-plus \
@typescript-eslint/eslint-plugin \
@typescript-eslint/parser \
eslint \
eslint-import-resolver-typescript \
eslint-plugin-array-func \
eslint-plugin-eslint-comments \
eslint-plugin-import \
eslint-plugin-jsdoc \
eslint-plugin-n \
eslint-plugin-prefer-arrow \
eslint-plugin-promise \
eslint-plugin-security \
eslint-plugin-simple-import-sort \
eslint-plugin-sonarjs \
eslint-plugin-unicorn
Install optional peer dependencies that add linting rules for the tools you use.
npm install --save-dev \
eslint-plugin-cypress \
eslint-plugin-jest \
eslint-plugin-jest-dom \
eslint-plugin-rxjs \
eslint-plugin-testing-library
The @perfective/eslint-config
automatically includes rules for these plugins,
if the dependency is installed.
Require the configuration in your root .eslintrc.js
.
module.exports = {
extends: ['@perfective/eslint-config'],
};
FAQs
ESLint shareable rules configuration
The npm package @perfective/eslint-config receives a total of 0 weekly downloads. As such, @perfective/eslint-config popularity was classified as not popular.
We found that @perfective/eslint-config demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.