Skip to content

Commit 62ef9ff

Browse files
author
pedro
authored
Merge pull request #18 from TaleLin/dev
Dev
2 parents b1630a6 + f8b8669 commit 62ef9ff

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+1155
-972
lines changed

.eslintrc.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
module.exports = {
2-
"extends": "standard",
3-
"plugins": ["jest"],
4-
"rules": {
5-
"semi": ["warn", "always"],
6-
"quotes": ["warn", "double"],
7-
"eol-last": 0,
8-
"jest/no-disabled-tests": "warn",
9-
"jest/no-focused-tests": "error",
10-
"jest/no-identical-title": "error",
11-
"jest/prefer-to-have-length": "warn",
12-
"jest/valid-expect": "error"
2+
extends: 'standard',
3+
plugins: ['jest'],
4+
rules: {
5+
semi: ['warn', 'always'],
6+
quotes: ['warn', 'single'],
7+
'eol-last': 0,
8+
'jest/no-disabled-tests': 'warn',
9+
'jest/no-focused-tests': 'error',
10+
'jest/no-identical-title': 'error',
11+
'jest/prefer-to-have-length': 'warn',
12+
'jest/valid-expect': 'error'
1313
},
14-
"env": {
15-
"jest": true
14+
env: {
15+
jest: true
1616
}
17-
};
17+
};

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ suspect/
1414
.vscode/
1515
dist
1616
learn
17-
tokens.json
17+
tokens.json
18+
app/assets

0 commit comments

Comments
 (0)