eslint-config-piecioshka
Advanced tools
Comparing version 2.2.4 to 2.3.0
{ | ||
"name": "eslint-config-piecioshka", | ||
"version": "2.2.4", | ||
"version": "2.3.0", | ||
"description": "ESLint (for v4.3.0) configuration of my style. Defined all rules.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -16,16 +16,2 @@ 'use strict'; | ||
es6: false, | ||
// adds all ECMAScript 2016 globals and automatically sets the ecmaVersion parser option to 7. | ||
es2016: false, | ||
// adds all ECMAScript 2017 globals and automatically sets the ecmaVersion parser option to 8. | ||
es2017: false, | ||
// adds all ECMAScript 2018 globals and automatically sets the ecmaVersion parser option to 9. | ||
es2018: false, | ||
// adds all ECMAScript 2019 globals and automatically sets the ecmaVersion parser option to 10. | ||
es2019: false, | ||
// adds all ECMAScript 2020 globals and automatically sets the ecmaVersion parser option to 11. | ||
es2020: false, | ||
// adds all ECMAScript 2021 globals and automatically sets the ecmaVersion parser option to 12. | ||
es2021: false, | ||
// adds all ECMAScript 2022 globals and automatically sets the ecmaVersion parser option to 13. | ||
es2022: false, | ||
// web workers global variables. | ||
@@ -32,0 +18,0 @@ worker: false, |
28646
813