Skip to content

Commit d759473

Browse files
authored
docs(eslint-plugin): adding rules link (#83)
* docs: add explicit link to rules in the description * fix: delete unused CI script
1 parent e6fcf3b commit d759473

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/eslint-plugin/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
This project is an ESLint plugin that gathers all the rules, plugins and parsers that should be used in any new react-native BAM project.
44

5+
The list of rules and configuration details can be found [`here`](https://github.com/bamlab/react-native-project-config/blob/main/packages/eslint-plugin/lib/configs/recommended.js).
6+
57
## Quick Setup
68

79
Install the plugin and its peer dependencies:

packages/eslint-plugin/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
"license": "MIT",
1919
"scripts": {
2020
"lint": "npm-run-all \"lint:*\"",
21-
"lint:js": "eslint .",
22-
"test": "mocha tests --recursive"
21+
"lint:js": "eslint ."
2322
},
2423
"peerDependencies": {
2524
"@typescript-eslint/eslint-plugin": "^5.61.0",

0 commit comments

Comments
 (0)