File tree Expand file tree Collapse file tree 4 files changed +21
-2
lines changed
Expand file tree Collapse file tree 4 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 55 "main" : " index.js" ,
66 "author" : " Frontside Engineering <engineering@frontside.com>" ,
77 "license" : " MIT" ,
8+ "repository" : {
9+ "type" : " git" ,
10+ "url" : " git+https://github.com/thefrontside/javascript.git" ,
11+ "directory" : " packages/eslint-config"
12+ },
813 "keywords" : [
914 " eslint" ,
1015 " eslintconfig"
Original file line number Diff line number Diff line change 22 "name" : " eslint-plugin-prefer-let" ,
33 "version" : " 4.0.0" ,
44 "description" : " Rule to prefer using `let` to bind names to values" ,
5+ "repository" : {
6+ "type" : " git" ,
7+ "url" : " git+https://github.com/thefrontside/javascript.git" ,
8+ "directory" : " packages/eslint-plugin-prefer-let"
9+ },
510 "keywords" : [
611 " eslint" ,
712 " eslintplugin" ,
2227 "engines" : {
2328 "node" : " >=0.10.0"
2429 },
25- "license" : " ISC" ,
26- "repository" : " thefrontside/javascript"
30+ "license" : " ISC"
2731}
Original file line number Diff line number Diff line change 44 "description" : " Frontside Typescript Config" ,
55 "author" : " Frontside Engineering <engineering@frontside.com>" ,
66 "main" : " tsconfig.json" ,
7+ "repository" : {
8+ "type" : " git" ,
9+ "url" : " git+https://github.com/thefrontside/javascript.git" ,
10+ "directory" : " packages/tsconfig"
11+ },
712 "files" : [
813 " tsconfig.json"
914 ],
Original file line number Diff line number Diff line change 33 "version" : " 5.0.0" ,
44 "description" : " TypeScript Development Tools at Frontside" ,
55 "author" : " Frontside Engineering <engineering@frontside.com>" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/thefrontside/javascript.git" ,
9+ "directory" : " packages/typescript"
10+ },
611 "dependencies" : {
712 "@frontside/tsconfig" : " ^3.0.0" ,
813 "typescript" : " ^4.1.3"
You can’t perform that action at this time.
0 commit comments