Skip to content

Commit

Permalink
ci: remove ESLint configuration (#4)
Browse files Browse the repository at this point in the history
### Summary of Changes

Remove configuration of ESLint since we don't need it for this project.
  • Loading branch information
lars-reimann authored Mar 4, 2023
1 parent ffc29dc commit 3f7eb73
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 5,867 deletions.
4 changes: 0 additions & 4 deletions .eslintignore

This file was deleted.

13 changes: 0 additions & 13 deletions .eslintrc.js

This file was deleted.

4 changes: 2 additions & 2 deletions .mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
EXTENDS: https://raw.githubusercontent.com/lars-reimann/.github/main/.mega-linter.yml

# Config
FILTER_REGEX_EXCLUDE: (\.github/workflows/|DSL/com\.larsreimann\.safeds/src/test/resources/|mkdocs.yml)
FILTER_REGEX_EXCLUDE: (\.github/workflows/|mkdocs.yml)

# Workaround to also run prettier on other supported file types. We deactivate it for Markdown compared to the extended
# configuration since it breaks admonitions of Material for MkDocs.
Expand All @@ -17,5 +17,5 @@ JSON_PRETTIER_FILE_EXTENSIONS:

# Commands
PRE_COMMANDS:
- command: npm install @lars-reimann/eslint-config @lars-reimann/prettier-config
- command: npm install @lars-reimann/prettier-config
cwd: workspace
Loading

0 comments on commit 3f7eb73

Please sign in to comment.