Skip to content

Commit 7d1a22c

Browse files
authored
feat: 📦 Upgrade to ESLint 8 (#35)
* Switch to `esbuild`
1 parent 534cd9b commit 7d1a22c

17 files changed

Lines changed: 3954 additions & 2682 deletions

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2022 Rebecca Vest
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![](https://github.com/idahogurl/vs-code-prettier-eslint/blob/deploy/icon.png?raw=true)
1+
![](https://github.com/idahogurl/vs-code-prettier-eslint/blob/master/icon.png?raw=true)
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
44
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
@@ -12,10 +12,10 @@ A Visual Studio Code Extension to format JavaScript and TypeScript code using th
1212

1313
## Prerequisites
1414

15-
This extension requires the following packages to be installed either locally or globally:
15+
This extension requires the following NPM packages to be installed either locally or globally:
1616

17-
- `prettier@^2.4.1`
18-
- `eslint@^7.32.0` **(ESLint 8 has breaking changes thus not supported)**
17+
- `prettier@^2.5.1`
18+
- `eslint@^8.7.0`
1919

2020
- `@typescript-eslint/parser@^5.0.1` and `typescript@^4.4.4` **(Only for TypeScript projects)**
2121
- `vue-eslint-parser@^8.0.0` **(Only for Vue projects)**

0 commit comments

Comments
 (0)