We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4843bfa commit b490d68Copy full SHA for b490d68
changelog.md
@@ -1,3 +1,13 @@
1
+1.0.0 / 2021-01-08
2
+==================
3
+
4
+ * 1.0.0
5
+ * update eslint to 7.16.0
6
+ * adds ES9 configuration extending eslint:recommended rules
7
+ * adds tests for es9 configuration
8
+ * updates README.md according to new configuration
9
+ * fixes tests for es5 and es6 configurations
10
11
0.6.0 / 2020-09-09
12
==================
13
package.json
@@ -1,6 +1,6 @@
{
"name": "eslint-config-htmlacademy",
- "version": "0.6.0",
+ "version": "1.0.0",
"description": "ESLint shareable config for the HTML Academy style",
"files": [
"es5.js",
0 commit comments