File tree Expand file tree Collapse file tree 1 file changed +42
-42
lines changed Expand file tree Collapse file tree 1 file changed +42
-42
lines changed Original file line number Diff line number Diff line change 11{
2- "name" : " eslint-config-fullstack" ,
3- "version" : " 2.6 .0" ,
4- "description" : " a complete starter ESLint config file to help students avoid errors and learn best practices" ,
5- "main" : " index.js" ,
6- "scripts" : {
7- "test" : " mocha"
8- },
9- "repository" : {
10- "type" : " git" ,
11- "url" : " https://github.com/FullstackAcademy/eslint-config-fullstack.git"
12- },
13- "keywords" : [
14- " eslint" ,
15- " eslintconfig" ,
16- " eslintrc" ,
17- " linter" ,
18- " lint" ,
19- " fullstack" ,
20- " gracehopper" ,
21- " academy" ,
22- " fsa" ,
23- " fs" ,
24- " gha" ,
25- " gh" ,
26- " educational"
27- ],
28- "author" : " Gabriel Lebec <glebec@gmail.com> (https://github.com/glebec)" ,
29- "license" : " MIT" ,
30- "bugs" : {
31- "url" : " https://github.com/FullstackAcademy/eslint-config-fullstack/issues"
32- },
33- "homepage" : " https://github.com/FullstackAcademy/eslint-config-fullstack#readme" ,
34- "devDependencies" : {
35- "chai" : " ^3.5.0" ,
36- "eslint" : " ~3.15.0" ,
37- "eslint-plugin-react" : " ~6.9.0" ,
38- "mocha" : " ^3.0.0"
39- },
40- "peerDependencies" : {
41- "eslint" : " >=3.12.1" ,
42- "eslint-plugin-react" : " >=6.8.0"
43- }
2+ "name" : " eslint-config-fullstack" ,
3+ "version" : " 2.7 .0" ,
4+ "description" : " a complete starter ESLint config file to help students avoid errors and learn best practices" ,
5+ "main" : " index.js" ,
6+ "scripts" : {
7+ "test" : " mocha"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " https://github.com/FullstackAcademy/eslint-config-fullstack.git"
12+ },
13+ "keywords" : [
14+ " eslint" ,
15+ " eslintconfig" ,
16+ " eslintrc" ,
17+ " linter" ,
18+ " lint" ,
19+ " fullstack" ,
20+ " gracehopper" ,
21+ " academy" ,
22+ " fsa" ,
23+ " fs" ,
24+ " gha" ,
25+ " gh" ,
26+ " educational"
27+ ],
28+ "author" : " Gabriel Lebec <glebec@gmail.com> (https://github.com/glebec)" ,
29+ "license" : " MIT" ,
30+ "bugs" : {
31+ "url" : " https://github.com/FullstackAcademy/eslint-config-fullstack/issues"
32+ },
33+ "homepage" : " https://github.com/FullstackAcademy/eslint-config-fullstack#readme" ,
34+ "devDependencies" : {
35+ "chai" : " ^3.5.0" ,
36+ "eslint" : " ~3.15.0" ,
37+ "eslint-plugin-react" : " ~6.9.0" ,
38+ "mocha" : " ^3.0.0"
39+ },
40+ "peerDependencies" : {
41+ "eslint" : " >=3.12.1" ,
42+ "eslint-plugin-react" : " >=6.8.0"
43+ }
4444}
You can’t perform that action at this time.
0 commit comments