![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-namchee
Advanced tools
My personal ESLint configuration. Fits for most JS / TS projects.
Personal and opinionated ESLint + Prettier shareable configuration with batteries included. This configuration uses XO as the base config.
Install this package with your favorite package manager
# using npm
npm install eslint-config-namchee -D
# using yarn
yarn add eslint-config-namchee -D
# using pnpm
pnpm add eslint-config-namchee -D
# using bun
bun add eslint-config-namchee -D
To use the ESLint configuration, extend this configuration in your ESLint configuration file.
module.exports = {
extends: ['eslint-config-namchee'], // or 'namchee' for short
// ...
}
Do note that this configuration is meant to be used with TypeScript in mind. Some features might not be compatible or available for vanilla JavaScript.
To use the Prettier configuration, extend this configuration in your Prettier configuration file. Refer to the official documentation for how to extend Prettier configuration file.
Below is the example of how to extend the configuration from your package.json
:
{
"name": "<your_cool_package>",
"version": "0.0.1",
"prettier": "eslint-config-namchee/prettier.config.js"
}
This project is licensed under the MIT License
FAQs
My personal ESLint configuration. Fits for most JS / TS projects.
The npm package eslint-config-namchee receives a total of 10 weekly downloads. As such, eslint-config-namchee popularity was classified as not popular.
We found that eslint-config-namchee demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.