Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
link1697 committed Nov 8, 2024
1 parent c69f2be commit 60a2b48
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions src/dashboard/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,19 @@
SPDX-License-Identifier: Apache-2.0
*/
module.exports = {
parser: 'babel-eslint',
extends: ['airbnb', 'prettier', 'plugin:compat/recommended'],
parser: '@babel/eslint-parser',
extends: [
'airbnb',
'prettier',
'plugin:compat/recommended',
],

parserOptions: {
requireConfigFile: false,
babelOptions: {
presets: ['@babel/preset-env', '@babel/preset-react'],
},
},
env: {
browser: true,
node: true,
Expand Down

0 comments on commit 60a2b48

Please sign in to comment.