Skip to content

Commit

Permalink
sync-server: synced local './.eslintrc.js' with remote './configs/.es…
Browse files Browse the repository at this point in the history
…lintrc.js'
  • Loading branch information
lumirlumir committed Nov 30, 2024
1 parent ac54a62 commit 27123a2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
module.exports = {
root: true,
plugins: [
// plugins has no priority.
'import',
'prettier',
],
extends: [
// extends has priority. Last index has the highest priority.
'eslint:recommended',
'plugin:import/recommended',
'airbnb-base',
'plugin:prettier/recommended',
'prettier',
],
env: {
Expand Down

0 comments on commit 27123a2

Please sign in to comment.