Skip to content

Commit

Permalink
chore: remove @typescript-eslint/recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
joelcarr committed Aug 2, 2023
1 parent fe4cc22 commit 79d5f15
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 12 deletions.
1 change: 0 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ module.exports = {
plugins: ['jsx-a11y'],
extends: [
'@financial-times/eslint-config-next',
'plugin:@typescript-eslint/recommended',
'plugin:jest/recommended',
'plugin:react/recommended',
'plugin:jsx-a11y/recommended',
Expand Down
2 changes: 1 addition & 1 deletion components/x-privacy-manager/src/__tests__/helpers.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const React = require('react')

// eslint-disable-next-line no-unused-vars, @typescript-eslint/no-unused-vars
// eslint-disable-next-line no-unused-vars
const { h } = require('@financial-times/x-engine')
const { mount } = require('@financial-times/x-test-utils/enzyme')

Expand Down
47 changes: 39 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"@storybook/react": "^6.2.9",
"@storybook/storybook-deployer": "^2.8.8",
"@types/jest": "26.0.0",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"babel-loader": "^8.2.3",
"check-engine": "^1.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-engine/src/client.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* eslint no-undef: "off", no-unused-vars: "off", @typescript-eslint/no-unused-vars: "off" */
/* eslint no-undef: "off", no-unused-vars: "off" */
// This module is just a placeholder to be re-written at build time.
const runtime = require(X_ENGINE_RUNTIME_MODULE)
const render = require(X_ENGINE_RENDER_MODULE)
Expand Down

0 comments on commit 79d5f15

Please sign in to comment.