File tree 5 files changed +429
-429
lines changed
5 files changed +429
-429
lines changed Original file line number Diff line number Diff line change 9
9
10
10
module . exports = {
11
11
12
- extends : [
13
- './rules/base' ,
14
- './rules/react'
15
- ] . map ( require . resolve ) ,
12
+ extends : [
13
+ './rules/base' ,
14
+ './rules/react'
15
+ ] . map ( require . resolve ) ,
16
16
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
+ } ,
25
25
26
- parserOptions : {
27
- ecmaVersion : 6
28
- } ,
26
+ parserOptions : {
27
+ ecmaVersion : 6
28
+ } ,
29
29
30
- globals : {
31
- angular : true
32
- }
30
+ globals : {
31
+ angular : true
32
+ }
33
33
34
34
} ;
Original file line number Diff line number Diff line change 1
1
{
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 <[email protected] > (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 <[email protected] > (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
+ }
44
44
}
You can’t perform that action at this time.
0 commit comments