![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.
@updater/eslint-plugin
Advanced tools
This plugin is used to establish both code style and code quality practices for writing JavaScript at Updater. As a plugin, evolution and governance of code style is encouraged. These rules are not written in stone as they say.
Through the use of configs, this plugin can service custom implementations across teams.
You'll first need to install ESLint:
$ yarn add --dev eslint
Next, install this plugin:
$ yarn add --dev @updater/eslint-plugin
The services
configuration requires Prettier, which is
specified in the peerDependencies
of the package.json
file. Since
peerDependencies
will only give a warning to the user, this should also be
installed in the host code repo if you are using the services
config.
Extend the plugin in your .eslintrc
configuration file
{
"extends": "plugin:@updater/eslint-plugin/services"
}
The rules here are meant to change. Please issue a PR for any rule changes and they will considered, debated, and ratified among the teams it might affect. We aim to make this a painless and iterative process.
This lib is currently not integrated into CI. To publish, increment the version
in package.json
and run the following
$ npm publish
FAQs
ESLint rules for JavaScript at Updater
The npm package @updater/eslint-plugin receives a total of 4 weekly downloads. As such, @updater/eslint-plugin popularity was classified as not popular.
We found that @updater/eslint-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 20 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.