![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.
@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 eslint-config-universe
.
Note that this config also includes Typescript rules, as we feel strongly that Typescript should be used in all React Native projects. By including Typescript by default we can create more consistent rule sets.
Also unlike other configs it directly includes react/styles config as we need to control the extend array order.
@strv/eslint-config-react-native
Suitable for linting React Native projects.
To use this configuration, add this package as a dev dependency of your project:
yarn add @strv/eslint-conig-react-native -D
Then extend the config in your ESLint configuration:
// .eslintrc.js
'use strict'
module.exports = {
extends: [
'@strv/eslint-config-react-native',
],
parserOptions: {
// The project field is required in order for some TS-syntax-specific rules to function at all
// @see https://github.com/typescript-eslint/typescript-eslint/tree/master/packages/parser#configuration
project: './tsconfig.json',
},
}
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 155 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
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.