first commit
This commit is contained in:
13
eslint.config.js
Normal file
13
eslint.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
const { sheriff } = require('eslint-config-sheriff');
|
||||
const { defineFlatConfig } = require('eslint-define-config');
|
||||
|
||||
const sheriffOptions = {
|
||||
"react": false,
|
||||
"lodash": false,
|
||||
"next": false,
|
||||
"playwright": false,
|
||||
"jest": false,
|
||||
"vitest": false
|
||||
};
|
||||
|
||||
module.exports = defineFlatConfig([...sheriff(sheriffOptions)]);
|
||||
Reference in New Issue
Block a user