Skip to content

Commit

Permalink
chore: upgrade @eslint/eslintrc@2.0.0 (#16928)
Browse files Browse the repository at this point in the history
* chore: upgrade @eslint/eslintrc@2.0.0

* chore: Use released v2.0.0

Co-authored-by: Milos Djermanovic <milos.djermanovic@gmail.com>

---------

Co-authored-by: Brandon Mills <btmills@users.noreply.github.com>
  • Loading branch information
mdjermanovic and btmills committed Feb 26, 2023
1 parent 8e34a04 commit 9f10926
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion eslint.config.js
Expand Up @@ -29,14 +29,16 @@ const path = require("path");
const internalPlugin = require("eslint-plugin-internal-rules");
const eslintPlugin = require("eslint-plugin-eslint-plugin");
const { FlatCompat } = require("@eslint/eslintrc");
const js = require("./packages/js");
const globals = require("globals");

//-----------------------------------------------------------------------------
// Helpers
//-----------------------------------------------------------------------------

const compat = new FlatCompat({
baseDirectory: __dirname
baseDirectory: __dirname,
recommendedConfig: js.configs.recommended
});

const INTERNAL_FILES = {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"homepage": "https://eslint.org",
"bugs": "https://github.com/eslint/eslint/issues/",
"dependencies": {
"@eslint/eslintrc": "^1.4.1",
"@eslint/eslintrc": "^2.0.0",
"@eslint/js": "8.33.0",
"@humanwhocodes/config-array": "^0.11.8",
"@humanwhocodes/module-importer": "^1.0.1",
Expand Down

0 comments on commit 9f10926

Please sign in to comment.