Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
eslint-config-wzx-nuxt
Advanced tools
The custom nuxt eslint rules based on eslint-config-wzx-vue. (Follow airbnb-base and Support Typescript Eslint)
The custom nuxt eslint rules based on eslint-config-wzx-vue. (Follow airbnb-base and Support Typescript Eslint)
npm install --save-dev eslint-config-wzx-nuxt
:bulb: Typescript eslint needs to install typescript, @typescript-eslint/parser, @typescript-eslint/eslint-plugin.
npm install --save-dev typescript @typescript-eslint/parser @typescript-eslint/eslint-plugin
Starting from v0.4.x, we will use the new flat eslint config. Add eslint-config-wzx-nuxt in your eslint.config.js
.
import wzxNuxt from 'eslint-config-wzx-nuxt';
export default [
...wzxNuxt,
]
:bulb: Typescript eslint needs tsconfig.json
in your project root directory. And the config will select the rules of nuxt2
or nuxt3
according to the nuxt version installed in your project.
MIT.
FAQs
The custom nuxt eslint rules based on eslint-config-wzx-vue. (Follow airbnb-base and Support Typescript Eslint)
The npm package eslint-config-wzx-nuxt receives a total of 14 weekly downloads. As such, eslint-config-wzx-nuxt popularity was classified as not popular.
We found that eslint-config-wzx-nuxt 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.