Skip to content

Commit

Permalink
Fix js file lint
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Nov 18, 2024
1 parent 7bb9019 commit a8b5b15
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,14 @@ module.exports = {
},
// Specify Node env and tsconfig for cypress testing and config files
{
files: [
'./packages/jbrowse-plugin-apollo/cypress.config.js',
'./packages/jbrowse-plugin-apollo/cypress/**/*.{j,t}s',
],
files: ['packages/jbrowse-plugin-apollo/cypress.config.js'],
parserOptions: {
project: 'packages/jbrowse-plugin-apollo/cypress/tsconfig.json',
projectService: {
allowDefaultProject: [
'packages/jbrowse-plugin-apollo/cypress.config.js',
],
},
defaultProject: 'packages/jbrowse-plugin-apollo/cypress/tsconfig.json',
},
env: { node: true },
},
Expand Down

0 comments on commit a8b5b15

Please sign in to comment.