
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@modyqyw/eslint-config-react
Advanced tools
An ESLint shareable config for react. Also support next, taro and react-native.
An ESLint shareable config for react. Also support taro and react-native.
# for javascript
npm i -D eslint@~7.10.0 @modyqyw/eslint-config-react@~1.5.0
# for typescript
npm i -D eslint@~7.10.0 @modyqyw/eslint-config-react@~1.5.0 typescript@~4.0.0
For yarn, run scripts below.
# for javascript
yarn add -D eslint@~7.10.0 @modyqyw/eslint-config-react@~1.5.0
# for typescript
yarn add -D eslint@~7.10.0 @modyqyw/eslint-config-react@~1.5.0 typescript@~4.0.0
Add tsconfig.json into the project root if you use typescript. Check Intro to the TSConfig Reference.
Set up.
// .eslintrc.js
module.exports = {
extends: ["@modyqyw/react"],
};
Settings.json. Then F1 => Format Document => F1 => File: Save.{
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"emmet.includeLanguages": {
"javascript": "javascriptreact",
"typescript": "typescriptreact",
"json": "jsonc",
"vue-html": "html"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"html",
"vue",
"vue-html"
],
"files.eol": "\n",
"files.associations": {
"*.js": "javascriptreact",
"*.ts": "typescriptreact",
"*.wxml": "html",
"*.wxs": "javascriptreact",
"*.wxss": "css",
"*.axml": "html",
"*.sjs": "javascriptreact",
"*.acss": "css",
"*.swan": "html",
"*.ttml": "html",
"*.ttss": "css",
"*.jxml": "html",
"*.jxss": "css",
"*.wpy": "vue",
"*.json": "jsonc",
"*.nvue": "vue",
"*.ux": "vue"
},
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
}
}
Copyright (c) 2020-present MillCloud
FAQs
An ESLint shareable config for react. Also support next, taro and react-native.
The npm package @modyqyw/eslint-config-react receives a total of 1 weekly downloads. As such, @modyqyw/eslint-config-react popularity was classified as not popular.
We found that @modyqyw/eslint-config-react 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.