![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-opengovsg
Advanced tools
The goal of this package is to provide reasonable defaults for most common scenarios, so that developers can start building without worrying about linting configurations.
ESLint is a tool to "find and fix problems in your JavaScript code" (from https://eslint.org/). We use ESLint to help us write better code. However, we do not want to invest efforts into the fine-tuning of detailed configurations, as those efforts can be better invested into building other things.
As a result, we will NEVER have self-defined opinions in the library, which means rules
section should not exist in the configs. Instead, only recommended
rule sets from the biggest linting libraries (e.g. eslint:recommended
) will be used. Essentially:
recommended
, there are 2 options:
recommended
rule set.eslintrc
in our own repositories, NOT here. If a rule does not make sense to the broader community thus cannot enter the recommended
rule set, it would not make sense to be here either.To install (including all the peer dependencies as devDependencies
):
npx install-peerdeps --dev eslint-config-opengovsg
Depending on the usage, put one of the following into .eslintrc
:
{"extends": ["opengovsg"]}
){"extends": ["opengovsg", "opengovsg/react"]}
or {"extends": ["opengovsg/javascript", "opengovsg/react"]}
){"extends": ["opengovsg", "opengovsg/pulumi"]}
){"extends": ["opengovsg/javascript"]}
)FAQs
ESLint configs for Open Government Products
The npm package eslint-config-opengovsg receives a total of 0 weekly downloads. As such, eslint-config-opengovsg popularity was classified as not popular.
We found that eslint-config-opengovsg 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.