Add tests
This commit is contained in:
parent
aa61b2fb76
commit
0612312e13
21 changed files with 642 additions and 113 deletions
33
.eslintrc.js
33
.eslintrc.js
|
@ -1,34 +1,9 @@
|
|||
module.exports = {
|
||||
extends: ["eslint:recommended", "plugin:react-hooks/recommended"],
|
||||
rules: {
|
||||
orderedImports: true,
|
||||
completedDocs: [
|
||||
true,
|
||||
{
|
||||
enums: true,
|
||||
functions: {
|
||||
visibilities: ["exported"],
|
||||
},
|
||||
interfaces: {
|
||||
visibilities: ["exported"],
|
||||
},
|
||||
methods: {
|
||||
tags: {
|
||||
content: {},
|
||||
existence: ["inheritdoc", "override"],
|
||||
},
|
||||
},
|
||||
types: {
|
||||
visibilities: ["exported"],
|
||||
},
|
||||
variables: {
|
||||
visibilities: ["exported"],
|
||||
},
|
||||
},
|
||||
],
|
||||
maxClassesPerFile: false,
|
||||
maxLineLength: false,
|
||||
memberOrdering: false,
|
||||
variableName: false,
|
||||
maxClassesPerFile: 0,
|
||||
maxLineLength: 0,
|
||||
memberOrdering: 0,
|
||||
variableName: 0,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue