File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ import ember from 'eslint-plugin-ember';
55import emberConcurrency from 'eslint-plugin-ember-concurrency' ;
66import importHelpers from 'eslint-plugin-import-helpers' ;
77import prettier from 'eslint-plugin-prettier' ;
8+ import eslintPluginUnicorn from 'eslint-plugin-unicorn' ;
89import globals from 'globals' ;
910import path from 'node:path' ;
1011import { fileURLToPath } from 'node:url' ;
@@ -18,6 +19,7 @@ const compat = new FlatCompat({
1819} ) ;
1920
2021export default [
22+ eslintPluginUnicorn . configs . recommended ,
2123 {
2224 ignores : [
2325 '.git/**/*' ,
@@ -49,7 +51,6 @@ export default [
4951 'plugin:ember/recommended' ,
5052 'plugin:qunit/recommended' ,
5153 'plugin:qunit-dom/recommended' ,
52- 'plugin:unicorn/recommended' ,
5354 'plugin:prettier/recommended' ,
5455 ) ,
5556 {
You can’t perform that action at this time.
0 commit comments