Skip to content

Commit

Permalink
Merge branch 'feature/enable-prettier-formatting' of github.com:smart…
Browse files Browse the repository at this point in the history
…procure/futil-js into feature/enable-prettier-formatting
  • Loading branch information
stellarhoof committed Oct 7, 2022
2 parents 1e66887 + faecd62 commit 31f1a66
Show file tree
Hide file tree
Showing 65 changed files with 1,849 additions and 1,481 deletions.
8 changes: 2 additions & 6 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
{
"presets": [
"env"
],
"plugins": [
"transform-object-rest-spread"
]
"presets": ["env"],
"plugins": ["transform-object-rest-spread"]
}
22 changes: 11 additions & 11 deletions .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ engines:
enabled: true
ratings:
paths:
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
- "**.php"
- "**.py"
- "**.rb"
exclude_paths:
- "lib/"
- "tests/"
- "spec/"
- "**/vendor/"
- "lib/"
- "tests/"
- "spec/"
- "**/vendor/"
8 changes: 4 additions & 4 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
extends: 'smartprocure',
parser: 'babel-eslint',
extends: "smartprocure",
parser: "babel-eslint",
parserOptions: {
sourceType: 'module'
}
sourceType: "module",
},
}
Loading

0 comments on commit 31f1a66

Please sign in to comment.