![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.
@swarmion/eslint-plugin
Advanced tools
An eslint plugin with rules to enforces proper usage of contracts.
An eslint plugin with rules to enforces proper usage of contracts.
This package is part of the Swarmion project. See its documentation for more insights.
pnpm add --save-dev @swarmion/eslint-plugin
or if using yarn
yarn add --dev @swarmion/eslint-plugin
or if using npm
npm install --save-dev @swarmion/eslint-plugin
Add @swarmion
to the plugins section of your .eslintrc
configuration file, then configure the rules you want to use under the rules section.
{
"plugins": ["@swarmion"],
"rules": {
"@swarmion/rule-name": "error"
}
}
You can also enable all the recommended rules for our plugin. Add plugin:@swarmion/recommended
in extends:
{
"extends": ["plugin:@swarmion/recommended"]
}
Key: :white_check_mark: = recommended, :wrench: = fixable
Name | Description | :white_check_mark: | :wrench: |
---|---|---|---|
@swarmion/no-undeclared-contracts | Require that used contracts are defined in the serverless service file | :white_check_mark: |
FAQs
An eslint plugin with rules to enforces proper usage of contracts.
The npm package @swarmion/eslint-plugin receives a total of 67 weekly downloads. As such, @swarmion/eslint-plugin popularity was classified as not popular.
We found that @swarmion/eslint-plugin 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.