Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
David Bradshaw committed Jun 18, 2020
1 parent 1ab8a86 commit a5c002b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/loaded.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = function showLoaded(rules) {
// eslint-disable-next-line no-console
console.log(`
@SmartPension/esLint-config loaded the following packages:
EsLint-config-auto loaded the following packages:
${rules.map((plugin) => `eslint-plugin-${plugin}`).join('\n ')}`)
}
7 changes: 2 additions & 5 deletions rules/@typescript-eslint/eslint-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ console.log(configs.map((config) => ` ${config.split(':')[1]}`).join('\n'))
module.exports = {
overrides: [
{
files: ['*.ts{s}', '**/*.ts{s}'],
files: ['*.ts{x}', '**/*.ts{x}'],
extends: configs,
parser: '@typescript-eslint/parser',
},
],

parserOptions: {
project: './tsconfig.json',
},
}

0 comments on commit a5c002b

Please # to comment.