Skip to content

Commit

Permalink
ignore tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jan 26, 2020
1 parent 199aabf commit 4ddcd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jsonlint.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ async function run() {

const filenames = glob.sync('**/*.json', {
cwd: workspaceRoot,
ignore: eslintignore,
ignore: [...eslintignore, 'tsconfig*.json'],
});

let passed = true;
Expand Down

0 comments on commit 4ddcd6d

Please sign in to comment.