Skip to content

Commit

Permalink
(PC-33809)[PRO] style: remove recent warnings and useless comments in…
Browse files Browse the repository at this point in the history
… eslint.config.mjs
  • Loading branch information
asaez-pass committed Jan 8, 2025
1 parent 190c411 commit ba49c96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions pro/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export default tseslint.config(
files: ['**/*.tsx', '**/*.ts'],
linterOptions: { reportUnusedDisableDirectives: false },
languageOptions: {
// ecmaVersion: 6,
globals: {
...globals.browser,
...globals.jest,
Expand All @@ -67,8 +66,6 @@ export default tseslint.config(
JSX: true,
vi: true,
},
// sourceType: 'module',
// parser: tsParser,
parserOptions: {
project: ['./tsconfig.json', './cypress/tsconfig.json'],
tsconfigRootDir: __dirname,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {

import { SelectOption } from 'commons/custom_types/form'

import { SelectedValuesTags } from '../../SelectedValuesTags/SelectedValuesTags'
import { BaseInput } from '../shared/BaseInput/BaseInput'
import {
FieldLayout,
Expand All @@ -17,7 +18,6 @@ import {

import { OptionsList } from './OptionsList/OptionsList'
import styles from './SelectAutocomplete.module.scss'
import { SelectedValuesTags } from '../../SelectedValuesTags/SelectedValuesTags'
import { Toggle } from './Toggle/Toggle'

export type SelectAutocompleteProps = FieldLayoutBaseProps & {
Expand Down

0 comments on commit ba49c96

Please sign in to comment.