diff options
author | Sunil Shetye | 2025-06-05 15:28:31 +0530 |
---|---|---|
committer | Sunil Shetye | 2025-06-05 16:48:50 +0530 |
commit | 2e345ff0e2bdf08a2677455e03caa9cec3e1afb6 (patch) | |
tree | 3ef53e228a284e9922bff3d4452a7f3af74fde42 | |
parent | a15b5816a446cf4cbdf1e01109b88344c1f6b93d (diff) | |
download | Common-Interface-Project-2e345ff0e2bdf08a2677455e03caa9cec3e1afb6.tar.gz Common-Interface-Project-2e345ff0e2bdf08a2677455e03caa9cec3e1afb6.tar.bz2 Common-Interface-Project-2e345ff0e2bdf08a2677455e03caa9cec3e1afb6.zip |
update ecma version
-rw-r--r-- | blocks/eda-frontend/eslint.config.mjs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/blocks/eda-frontend/eslint.config.mjs b/blocks/eda-frontend/eslint.config.mjs index 4895bce0..9edf59b8 100644 --- a/blocks/eda-frontend/eslint.config.mjs +++ b/blocks/eda-frontend/eslint.config.mjs @@ -1,4 +1,4 @@ -// eslint.config.js +// eslint.config.mjs import js from '@eslint/js' import babelParser from '@babel/eslint-parser' import reactPlugin from 'eslint-plugin-react' @@ -24,7 +24,7 @@ export default [ ecmaFeatures: { jsx: true }, - ecmaVersion: 2018, + ecmaVersion: 2022, sourceType: 'module' }, globals: { |