Skip to content

Commit

Permalink
Merge pull request #836 from eliashaeussler/task/remove-eslint-plugin…
Browse files Browse the repository at this point in the history
…-sonarjs
  • Loading branch information
eliashaeussler authored Sep 12, 2024
2 parents 46a9365 + 03da1ce commit 1dbdb2e
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 17 deletions.
2 changes: 0 additions & 2 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
const globals = require('globals');
const js = require('@eslint/js');
const sonarjs = require('eslint-plugin-sonarjs');

module.exports = [
js.configs.recommended,
sonarjs.configs.recommended,
{
languageOptions: {
globals: {
Expand Down
Loading

0 comments on commit 1dbdb2e

Please sign in to comment.