Skip to content

Commit e4336fe

Browse files
committed
add eslint-plugin-reactxp to README
1 parent 01a4134 commit e4336fe

File tree

5 files changed

+14
-125
lines changed

5 files changed

+14
-125
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,12 @@ This will create a directory called **AppName** inside the current working direc
4343
* [Node.Js](https://nodejs.org/) ([Setup Instructions](https://nodejs.org/en/download/package-manager/))
4444
* [React Native](https://facebook.github.io/react-native/) ([Setup Instructions](https://facebook.github.io/react-native/docs/getting-started))
4545

46+
## ESLint rules
47+
48+
> [TSLint will be deprecated some time in 2019](https://github.com/palantir/tslint)
49+
50+
If you plan to migrate your projects from TSLint to ESlint and want to continue using the [_rules_](https://github.com/microsoft/reactxp/tree/master/src/tslint) to automate search common problems in *ReactXP* usage, you can use [eslint-plugin-reactxp](https://github.com/a-tarasyuk/eslint-plugin-reactxp).
51+
4652
## Contributing
4753

4854
We welcome contributions to ReactXP. See the [CONTRIBUTING](./CONTRIBUTING.md) file for how to help out.

samples/ImageList/package-lock.json

Lines changed: 3 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/ImageList/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-loader": "3.0.2",
3939
"eslint-plugin-jest": "22.20.0",
4040
"eslint-plugin-react": "7.16.0",
41-
"eslint-plugin-reactxp": "0.1.4",
41+
"eslint-plugin-reactxp": "0.1.6",
4242
"fork-ts-checker-webpack-plugin": "1.5.1",
4343
"html-webpack-plugin": "3.2.0",
4444
"jest": "24.9.0",

samples/hello-world/package-lock.json

Lines changed: 3 additions & 65 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-loader": "3.0.2",
3939
"eslint-plugin-jest": "22.20.0",
4040
"eslint-plugin-react": "7.16.0",
41-
"eslint-plugin-reactxp": "0.1.4",
41+
"eslint-plugin-reactxp": "0.1.6",
4242
"fork-ts-checker-webpack-plugin": "1.5.1",
4343
"html-webpack-plugin": "3.2.0",
4444
"jest": "24.9.0",

0 commit comments

Comments
 (0)