Skip to content

Commit

Permalink
update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed May 10, 2022
1 parent d80074b commit 9f2a69d
Show file tree
Hide file tree
Showing 5 changed files with 10,406 additions and 19 deletions.
4 changes: 2 additions & 2 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"extends": ["./index.js", "prettier/standard", "plugin:prettier/recommended"],
"plugins": ["prettier"]
"extends": ["./index.js"],
"plugins": ["prettier", "react"]
}
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
package-lock.json
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
module.exports = {
extends: ['eslint:recommended', 'plugin:security/recommended', 'standard'],

plugins: ['security'],

rules: {
indent: [2, 4, { SwitchCase: 1, VariableDeclarator: 1 }],
indent: ['error', 2],
'space-before-function-paren': [2, { anonymous: 'never', named: 'never' }],

// Prefer destructuring from arrays and objects
Expand Down
Loading

0 comments on commit 9f2a69d

Please sign in to comment.