Skip to content

Commit

Permalink
⚰️ Remove duplicated block from eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Valeri Buchinski committed Feb 9, 2024
1 parent be6406d commit 1ef1957
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/eslint-config/eslint.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
module.exports = {
env: {
"browser": true,
"commonjs": true,
"es6": true,
"node": true,
},
extends: [
"airbnb-base",
"plugin:jest/recommended"
Expand Down

0 comments on commit 1ef1957

Please sign in to comment.