Skip to content

Commit

Permalink
chore: add tmp to linting ignored directories
Browse files Browse the repository at this point in the history
This folder is created by local firefox (headless) runner.
  • Loading branch information
nikku committed Oct 31, 2024
1 parent 39e138c commit 7e03972
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import bpmnIoPlugin from 'eslint-plugin-bpmn-io';

const files = {
ignored: [
'tmp'
],
build: [
'*.js',
'*.mjs'
Expand All @@ -11,6 +14,9 @@ const files = {
};

export default [
{
ignores: files.ignored
},

// build
...bpmnIoPlugin.configs.node.map(config => {
Expand Down

0 comments on commit 7e03972

Please sign in to comment.