Skip to content

Commit

Permalink
chore: get rid of @typescript-eslint dependencies (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
patricebender authored Jun 3, 2024
1 parent c0b35df commit 6d7217c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
19 changes: 0 additions & 19 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
'use strict'

const eslint_js = require('@eslint/js')
const eslint_ts = require('@typescript-eslint/eslint-plugin')
const typescript_parser = require('@typescript-eslint/parser')
const globals = require('globals')

module.exports = [
Expand Down Expand Up @@ -36,23 +34,6 @@ module.exports = [
'no-console': 'error',
},
},
{
files: ['**/*.ts'],
plugins: {
'@typescript-eslint': eslint_ts,
},
languageOptions: {
parser: typescript_parser,
globals: {
...globals.node,
},
},
rules: {
...eslint_ts.configs.recommended.rules,
'@typescript-eslint/no-unused-vars': ['warn', { argsIgnorePattern: '^_' }],
'@typescript-eslint/no-explicit-any': ['warn'],
},
},
{
files: ['**/hana/**/*.js'],
rules: {
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"devDependencies": {
"@capire/sflight": "github:sap-samples/cap-sflight",
"@sap/hana-client": "^2.16.26",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"axios": "^1",
"chai": "^4.3.7",
"chai-as-promised": "^7.1.1",
Expand Down

0 comments on commit 6d7217c

Please sign in to comment.