@playcanvas/eslint-config 1.7.2 → 1.7.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.
Files changed (2) hide show
  1. package/index.js +1 -9
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -264,15 +264,7 @@ module.exports = {
264
264
  "function-paren-newline": "off",
265
265
  "generator-star-spacing": "error",
266
266
  "implicit-arrow-linebreak": "error",
267
- "indent": [
268
- "error", 4, {
269
- "CallExpression": { "arguments": "first" },
270
- "FunctionExpression": { "body": 1, "parameters": 2 },
271
- "MemberExpression": 0,
272
- "SwitchCase": 1,
273
- "ignoreComments": true
274
- }
275
- ],
267
+ "indent": ["error", 4, { "SwitchCase": 1 }],
276
268
  "jsx-quotes": "off",
277
269
  "key-spacing": [
278
270
  "error", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@playcanvas/eslint-config",
3
- "version": "1.7.2",
3
+ "version": "1.7.3",
4
4
  "author": "PlayCanvas <support@playcanvas.com>",
5
5
  "homepage": "https://playcanvas.com",
6
6
  "description": "ESLint configuration used by PlayCanvas",