@timeedit/eslint-config-construct
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -5,3 +5,3 @@ module.exports = { | ||
"plugins": ["prettier"], | ||
"parserOptions": { "ecmaVersion": 2018, "sourceType": "module" }, | ||
"parserOptions": { "ecmaVersion": 2022, "sourceType": "module" }, | ||
"rules": { | ||
@@ -8,0 +8,0 @@ "@typescript-eslint/explicit-module-boundary-types": "off", |
{ | ||
"name": "@timeedit/eslint-config-construct", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Eslint Config For Construct Team", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# A shared Prettier config for Construct team | ||
# A shared ESLint config for Construct team | ||
@@ -3,0 +3,0 @@ ## Installation |
1352