Skip to content

Commit

Permalink
feat: defined a recommended config
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Dec 28, 2021
1 parent 51b7702 commit ccfca07
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,12 @@ module.exports = {
create: noBidi,
},
},
configs: {
recommended: {
plugins: ['anti-trojan-source'],
rules: {
'anti-trojan-source/no-bidi': 'error',
},
},
},
};

0 comments on commit ccfca07

Please sign in to comment.