Skip to content

Commit 012d50f

Browse files
committed
turning off no-plusplus
1 parent 8daff26 commit 012d50f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

es6.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module.exports = {
2727
'no-use-before-define': ['error', { functions: false, classes: true, variables: true }],
2828
'no-unused-expressions': ['warn', { allowShortCircuit: true }],
2929
'prefer-destructuring': 'off',
30+
'no-plusplus': 'off',
3031

3132
'jest/no-large-snapshots': 'error',
3233
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fs/eslint-config-frontier-react",
3-
"version": "1.3.4",
3+
"version": "1.3.5",
44
"description": "A common ESLint configuration setup for frontier apps",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)