File tree Expand file tree Collapse file tree 5 files changed +429
-429
lines changed Expand file tree Collapse file tree 5 files changed +429
-429
lines changed Original file line number Diff line number Diff line change 99
1010module . exports = {
1111
12- extends : [
13- './rules/base' ,
14- './rules/react'
15- ] . map ( require . resolve ) ,
12+ extends : [
13+ './rules/base' ,
14+ './rules/react'
15+ ] . map ( require . resolve ) ,
1616
17- env : {
18- es6 : true ,
19- browser : true ,
20- node : true ,
21- mocha : true ,
22- jasmine : true ,
23- jquery : true ,
24- } ,
17+ env : {
18+ es6 : true ,
19+ browser : true ,
20+ node : true ,
21+ mocha : true ,
22+ jasmine : true ,
23+ jquery : true ,
24+ } ,
2525
26- parserOptions : {
27- ecmaVersion : 6
28- } ,
26+ parserOptions : {
27+ ecmaVersion : 6
28+ } ,
2929
30- globals : {
31- angular : true
32- }
30+ globals : {
31+ angular : true
32+ }
3333
3434} ;
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.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+ }
4444}
You can’t perform that action at this time.
0 commit comments