Skip to content

Commit

Permalink
Update src/eslint-config-adeira/ourRules.js
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Sänger <michal.sanger@gmail.com>

adeira-source-id: c50a5be217b3dcb8c8fff5333130c15b205d129a
  • Loading branch information
mrtnzlml authored and adeira-github-bot committed Apr 8, 2021
1 parent b9449ea commit 62c5217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ourRules.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import type { EslintConfigRules } from './EslintConfig.flow';
const OFF = 0;
const WARN = 1;
const ERROR = 2;
// const NEXT_VERSION_ERROR = 3; // special value changed later depending on the required strictness
// eslint-disable-next-line no-unused-vars
const NEXT_VERSION_ERROR = 3; // special value changed later depending on the required strictness

// Please note: there are some TODOs which means we will make it more strict
// in the future versions. This change requires major version bump. It's not
Expand Down

0 comments on commit 62c5217

Please sign in to comment.