Skip to content

Commit

Permalink
Switch to the flat config, test on ESLint 9
Browse files Browse the repository at this point in the history
Skip `eslint-find-rules` for now as it's not compatible
with ESLint 9 so far.

Ref sarbbottam/eslint-find-rules#351
  • Loading branch information
mgol committed Jun 14, 2024
1 parent e644425 commit d3b8d9b
Show file tree
Hide file tree
Showing 7 changed files with 966 additions and 2,685 deletions.
9 changes: 0 additions & 9 deletions .eslintrc.json

This file was deleted.

4 changes: 1 addition & 3 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

// See https://prettier.io/docs/en/options.html
module.exports = {
export default {
singleQuote: true,

trailingComma: 'all',
Expand Down
6 changes: 2 additions & 4 deletions eslint-config-mgol-test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
'use strict';

const configPrettier = require('eslint-config-prettier');
const configMgol = require('./eslint-config-mgol');
import configPrettier from 'eslint-config-prettier';
import configMgol from './eslint-config-mgol';

const prettierOffRules = {};
const incorrectlyDisabledRules = [];
Expand Down
Loading

0 comments on commit d3b8d9b

Please sign in to comment.