Skip to content

Commit

Permalink
Reindent files for tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
elszczepano committed Mar 25, 2019
1 parent 4b81465 commit 45de675
Show file tree
Hide file tree
Showing 45 changed files with 9,609 additions and 9,609 deletions.
16 changes: 8 additions & 8 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "entry"
}
]
]
"presets": [
[
"@babel/preset-env",
{
"useBuiltIns": "entry"
}
]
]
}
72 changes: 36 additions & 36 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
{
"env": {
"es6": true,
"node": true,
"mocha": true
},
"plugins": [
"security"
],
"extends": [
"eslint:recommended",
"plugin:security/recommended"
],
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"rules": {
"no-console": 0,
"env": {
"es6": true,
"node": true,
"mocha": true
},
"plugins": [
"security"
],
"extends": [
"eslint:recommended",
"plugin:security/recommended"
],
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"rules": {
"no-console": 0,

"indent": [
"error",
4
],
"linebreak-style": [
"error",
"windows"
],
"quotes": [
"error",
"single",
{ "allowTemplateLiterals": true }
],
"semi": [
"error",
"always"
]
}
"indent": [
"error",
4
],
"linebreak-style": [
"error",
"windows"
],
"quotes": [
"error",
"single",
{ "allowTemplateLiterals": true }
],
"semi": [
"error",
"always"
]
}
}
Loading

0 comments on commit 45de675

Please sign in to comment.