mirror of
https://github.com/simoneb/axios-hooks.git
synced 2025-12-08 21:25:56 +00:00
* feat: update to support axios 1.x Updated the following packages too: - LRUCache - jest - ts-jest - prettier - typescript * feat: migrate from legacy cancel token to abort controller * chore: update axios peer dependency --------- Co-authored-by: Mark Hebden <mark.hebden@airelogic.com>
8 lines
119 B
Plaintext
8 lines
119 B
Plaintext
{
|
|
"semi": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "none",
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "auto"
|
|
}
|