Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pub/bricks/test_optimizer/hooks/v…
Browse files Browse the repository at this point in the history
…ery_good_analysis-6.0.0
  • Loading branch information
tomarra authored Jul 2, 2024
2 parents 5ffcb4b + 5f9711f commit 76d73c0
Show file tree
Hide file tree
Showing 4 changed files with 7,390 additions and 3,703 deletions.
12 changes: 0 additions & 12 deletions site/.eslintrc.js

This file was deleted.

17 changes: 17 additions & 0 deletions site/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
const js = require('@eslint/js');
const globals = require('globals');
const jest = require('eslint-plugin-jest');

module.exports = [
{
files: ['*.js'],
ignores: ['eslint.config.js'],
rules: {
...globals.rules,
...js.configs.recommended.rules,
},
languageOptions: {
globals: { ...globals.node, ...jest.environments.globals.globals },
},
},
];
Loading

0 comments on commit 76d73c0

Please sign in to comment.