File tree Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Expand file tree Collapse file tree 1 file changed +18
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-config-react-native-lit" ,
3
- "version" : " 1.0.3 " ,
4
- "description" : " ESLint Config used by University of Sydney" ,
3
+ "version" : " 1.0.4 " ,
4
+ "description" : " Highly opinionated ESLint config for React Native used by University of Sydney. " ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
7
7
"lint" : " eslint ."
10
10
"license" : " MIT" ,
11
11
"repository" : {
12
12
"type" : " git" ,
13
- "url" : " https://github.com/airbnb/javascript "
13
+ "url" : " https://github.com/philip-bui/eslint-config-react-native-lit "
14
14
},
15
15
"homepage" : " https://github.com/philip-bui/eslint-config-react-native-lit#readme" ,
16
16
"bugs" : {
17
17
"url" : " https://github.com/philip-bui/eslint-config-react-native-lit/issues"
18
18
},
19
19
"keywords" : [
20
+ " eslint-config" ,
21
+ " react-native" ,
20
22
" eslint" ,
21
- " eslintconfig" ,
22
23
" config" ,
23
- " react-native" ,
24
- " javascript" ,
25
- " styleguide" ,
24
+ " react" ,
25
+ " native" ,
26
+ " airbnb" ,
27
+ " prettier" ,
28
+ " redux" ,
29
+ " jest" ,
30
+ " hooks" ,
31
+ " a11y" ,
32
+ " import" ,
33
+ " comments" ,
26
34
" es2015" ,
27
35
" es2016" ,
28
36
" es2017" ,
29
- " es2018"
37
+ " es2018" ,
38
+ " es2019" ,
39
+ " es2020"
30
40
],
31
41
"publishConfig" : {
32
42
"registry" : " https://registry.npmjs.org/"
You can’t perform that action at this time.
0 commit comments