Skip to content

Commit

Permalink
Fix flat/imports.js
Browse files Browse the repository at this point in the history
  • Loading branch information
tamiroh committed Nov 12, 2024
1 parent 3363e40 commit c13cacf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/eslint-config-airbnb-base/rules/flat/imports.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
const importPlugin = require('eslint-plugin-import');
const globals = require('globals');
const imports = require('../imports');

module.exports = {
languageOptions: {
globals: {
...globals.es2015,
},
parserOptions: imports.parserOptions,
},
plugins: {
Expand Down

0 comments on commit c13cacf

Please sign in to comment.