
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.
@luozhu/eslint-config-react-native
Advanced tools
$ yarn add -D @luozhu/eslint-config-react-native eslint prettier typescript @luozhu/prettier-config lint-staged yorkie
yarn create @luozhu/create-coding-style
# 类型选择 react-native
vscode extension: dbaeumer.vscode-eslint
module.exports = {
root: true,
extends: ['@luozhu/eslint-config-react-native'],
};
module.exports = require('@luozhu/prettier-config');
vscode extension: editorconfig.editorconfig
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
quote_type = single # Fix Prettier "prettier.singleQuote" not working in 1.40 vs code
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab
{
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": ["eslint --fix"],
"**/*.{md,json}": ["prettier --write"]
}
}
{
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
}
Related Links:
Temporary Solutions:
Related Links:
FAQs
Luozhu's react eslint config
The npm package @luozhu/eslint-config-react-native receives a total of 9 weekly downloads. As such, @luozhu/eslint-config-react-native popularity was classified as not popular.
We found that @luozhu/eslint-config-react-native 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.