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.
@strv/eslint-config-react-native
Advanced tools
STRV's ESLint config for React-Native projects
Suitable for linting React Native source files. This ruleset extends @strv/eslint-config-react
.
This rulest includes accessibility rules, based on eslint-plugin-react-native-a11y.
@strv/eslint-config-react-native
Suitable for linting React Native projects.
@strv/eslint-config-react-native/optional
Use this ruleset in conjunction with the above base ruleset. Provides additional insights into potential inconsistencies in the project. Extends @strv/eslint-config-react/optional
.
For new projects, it is recommended to enable this ruleset. For existing projects, it is only recommended for the brave.
@strv/eslint-config-react-native/style
This ruleset includes rules which deal with how the code looks like and not how it works. It helps keeping the code clean and consistent. Extends @strv/eslint-config-react/style
. 🎨
A full configuration for a React Native project:
// .eslintrc.js
'use strict'
module.exports = {
extends: [
'@strv/react-native',
'@strv/react-native/optional',
'@strv/react-native/style',
],
}
See the LICENSE file for information.
FAQs
STRV's ESLint config for React Native projects
The npm package @strv/eslint-config-react-native receives a total of 105 weekly downloads. As such, @strv/eslint-config-react-native popularity was classified as not popular.
We found that @strv/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 4 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
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.