UNPKG
@tidio/eslint-plugin-tidio
Version:
beta (6.8.0-beta.1)
latest (6.8.0)
6.8.0
6.8.0-beta.1
6.8.0-beta.0
6.7.0
6.6.0
6.5.0
6.4.0
6.3.0
6.2.0
6.1.0
6.0.0
6.0.0-beta.0
5.2.0
5.1.0
5.0.1
5.0.0
5.0.0-beta.1
4.8.0
4.8.0-beta.0
4.7.2
4.7.1
4.7.0
4.6.1
4.6.0
4.5.0
4.4.2
4.4.1
4.4.0
4.3.0
4.2.0
4.1.1
4.1.0
4.0.0
4.0.0-beta.8
4.0.0-beta.7
4.0.0-beta.6
4.0.0-beta.5
4.0.0-beta.4
4.0.0-beta.3
4.0.0-beta.2
4.0.0-beta.1
4.0.0-beta.0
3.0.0
2.0.0
2.0.0-beta.1
2.0.0-beta.0
1.4.1
1.4.0
1.4.0-beta.0
1.3.0
1.2.2
1.2.1
1.2.0
1.1.0
1.1.0-beta.7
1.1.0-beta.2
1.1.0-beta.1
1.0.0
0.0.5
0.0.2
0.0.1
Tidio eslint ruleset
github.com/TidioLtd/eslint-plugin-tidio
TidioLtd/eslint-plugin-tidio
@tidio/eslint-plugin-tidio
/
src
/
redux.js
14 lines
(12 loc)
•
280 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
const
redux
=
{ overrides: [ { files: [
"actions.ts"
,
"actionsTS.ts"
], rules: {
"@tidio/rules/require-const-in-action-creator-ts-function"
:
2
,
"@typescript-eslint/explicit-function-return-type"
:
0
, }, }, ], };
module
.
exports
= redux;