![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-kuali
Advanced tools
The base eslint config is used as a starting point to configure Kuali javascript projects.
Note: This uses the "eslint:all"
rule, which is "not recommended
for production use" because defaults for that rules can change with every major
and minor version bump. For this reason, it is marked as a peer dependency with
a pinned version. The peer dependency will fail if you don't match the exact
version. If you find that this is out of date, please reach out to the core team
as we want to keep this as up to date as possible.
npm install eslint-config-kuali --save-dev
{
"extends": [
"eslint-config-kuali"
],
"rules": {
// Put your overrides here
}
}
eslint-config-kuali
- The base config for your javascript project. Assumes features
included in Node >= v6.x, but does not assume a node environmenteslint-config-kuali/node
- An extension of rules to be used for node projects.eslint-config-kuali/react
- An extension of rules to be used for react projects.eslint-config-kuali/mocha
- An extension of rules to be used for mocha projects.FAQs
This package provides [Kuali's](http://kuali.co) base eslint configuration.
The npm package eslint-config-kuali receives a total of 0 weekly downloads. As such, eslint-config-kuali popularity was classified as not popular.
We found that eslint-config-kuali demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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.