Skip to content

Commit

Permalink
Merge pull request #18 from TaleLin/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
pedro committed Jun 3, 2019
2 parents b1630a6 + f8b8669 commit 62ef9ff
Show file tree
Hide file tree
Showing 63 changed files with 1,155 additions and 972 deletions.
28 changes: 14 additions & 14 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
module.exports = {
"extends": "standard",
"plugins": ["jest"],
"rules": {
"semi": ["warn", "always"],
"quotes": ["warn", "double"],
"eol-last": 0,
"jest/no-disabled-tests": "warn",
"jest/no-focused-tests": "error",
"jest/no-identical-title": "error",
"jest/prefer-to-have-length": "warn",
"jest/valid-expect": "error"
extends: 'standard',
plugins: ['jest'],
rules: {
semi: ['warn', 'always'],
quotes: ['warn', 'single'],
'eol-last': 0,
'jest/no-disabled-tests': 'warn',
'jest/no-focused-tests': 'error',
'jest/no-identical-title': 'error',
'jest/prefer-to-have-length': 'warn',
'jest/valid-expect': 'error'
},
"env": {
"jest": true
env: {
jest: true
}
};
};
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ suspect/
.vscode/
dist
learn
tokens.json
tokens.json
app/assets
Loading

0 comments on commit 62ef9ff

Please sign in to comment.