forked from prettymuchbryce/http-status-codes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
http-status-codes v2 (prettymuchbryce#49)
* V2 * Update README.md * Update README.md * Remove build files * Add generated doc comment, remove build files * Respond to feedback and fix eslint * Fix build * 2.0.0-beta.2 * Target es6 modules instead * 2.0.0-beta.3 * Fix build script for ts defs. Use es6 modules. Clarify breaking/non-breaking changes. * 2.0.0-beta.4 * Add breaking change * 2.0.0-beta.5 * 2.0.0-beta.6 * Fix comment * 2.0.0-beta.7 * Fix bug in update-codes * Simply docs * README changes * 2.0.0-beta.8 * Throw an error instead of returning undefined to match v1 behavior
- Loading branch information
1 parent
398fe56
commit 3d013c0
Showing
19 changed files
with
9,512 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
test/v1.js | ||
test/v1.d.ts | ||
src/codes.ts |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"root": true, | ||
"parser": "@typescript-eslint/parser", | ||
"plugins": [ | ||
"@typescript-eslint" | ||
], | ||
"rules": { | ||
"import/no-extraneous-dependencies": ["error", {"devDependencies": ["**/*.test.js", "./scripts/*.ts"]}] | ||
}, | ||
"extends": ["airbnb-typescript/base"], | ||
"parserOptions": { | ||
"project": "./tsconfig.eslint.json" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,5 @@ testing | |
.coverage_data | ||
cover_html | ||
test.js | ||
.idea | ||
.idea | ||
/build/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.