Skip to content

Commit 30e3264

Browse files
committed
allow console.time
1 parent 804ebf5 commit 30e3264

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

es6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
},
1212
rules: {
1313
// override airbnb overbearing rules
14-
'no-console': ['warn', { allow: ['error', 'trace'] }],
14+
'no-console': ['warn', { allow: ['error', 'trace', 'time'] }],
1515
'no-param-reassign': 'off',
1616
'no-plusplus': 'off',
1717
'no-unused-expressions': 'off',

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": "5.0.1",
3+
"version": "5.0.2",
44
"description": "A common ESLint configuration setup for frontier apps",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)