Skip to content

Commit

Permalink
lint config updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-eyds committed Oct 24, 2023
1 parent cf02590 commit 4d2609a
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 269 deletions.
4 changes: 4 additions & 0 deletions ppr-ui/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
node_modules/
dist/
public/
tests/
14 changes: 1 addition & 13 deletions ppr-ui/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,5 @@ module.exports = {
parserOptions: {
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint']
},
overrides: [
{
files: [
'**/__tests__/*.{j,t}s?(x)',
'**/tests/unit/**/*.spec.{j,t}s?(x)'
],
env: {
jest: true
}
}
],
ignorePatterns: ['**/*.spec.ts']
}
}
506 changes: 252 additions & 254 deletions ppr-ui/public/js/addresscomplete-2.30.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ppr-ui/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export default defineComponent({
/** Initializes application. Also called for retry. */
const initApp = async (): Promise<void> => {
// reset errors in case of retry
// resetFlags()
resetFlags()
// ensure user is authorized for this profile
const authResp = await loadAuth()
Expand Down
1 change: 0 additions & 1 deletion ppr-ui/src/assets/styles/overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
left: 0;
}
}

// Input Field Overrides
.v-field--active {
background-color: white;
Expand Down

0 comments on commit 4d2609a

Please sign in to comment.