Skip to content

Commit

Permalink
Update eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLabattD2L committed May 21, 2024
1 parent eb0c0fc commit fb1970f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
11 changes: 5 additions & 6 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"extends": "brightspace/open-wc-testing-config",
"parser": "@babel/eslint-parser",
"parserOptions": {
"sourceType": "module",
"requireConfigFile": false
}
"extends": "brightspace/lit-config",
"overrides": [{
"files": "test/**",
"extends": "brightspace/testing-config"
}]
}
4 changes: 2 additions & 2 deletions attribute-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import '@brightspace-ui/core/components/tooltip/tooltip.js';
import './multi-select-list.js';
import './multi-select-list-item.js';
import { css, html, LitElement } from 'lit';
import { classMap } from 'lit-html/directives/class-map.js';
import { ifDefined } from 'lit-html/directives/if-defined.js';
import { classMap } from 'lit/directives/class-map.js';
import { ifDefined } from 'lit/directives/if-defined.js';
import { inputStyles } from '@brightspace-ui/core/components/inputs/input-styles.js';
import { Localizer } from './localization.js';
import { repeat } from 'lit/directives/repeat.js';
Expand Down
6 changes: 0 additions & 6 deletions test/.eslintrc.json

This file was deleted.

0 comments on commit fb1970f

Please sign in to comment.