@fullstacksjs/eslint-config 7.0.0-2 → 7.0.0-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullstacksjs/eslint-config",
3
- "version": "7.0.0-2",
3
+ "version": "7.0.0-3",
4
4
  "license": "MIT",
5
5
  "author": "fullstacks <fullstacksjs@gmail.com>",
6
6
  "description": "fullstacks eslint config",
@@ -148,5 +148,6 @@ module.exports = {
148
148
 
149
149
  // open issues
150
150
  'react/jsx-no-useless-fragment': 'off', // Need useless-fragment for JSX return type
151
+ 'dot-notation': 'off', // Need to have IndexSignaturePropertyAccess Typescript compiler option
151
152
  },
152
153
  };