@akanjs/lint 0.9.57 → 0.9.58-canary.1

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.
@@ -102,7 +102,6 @@ const eslintConfig = [
102
102
  ecmaVersion: 6,
103
103
  sourceType: "module",
104
104
  parserOptions: {
105
- project: true,
106
105
  projectService: true
107
106
  }
108
107
  },
@@ -70,7 +70,6 @@ const eslintConfig = [
70
70
  ecmaVersion: 6,
71
71
  sourceType: "module",
72
72
  parserOptions: {
73
- project: true,
74
73
  projectService: true
75
74
  }
76
75
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/lint",
3
- "version": "0.9.57",
3
+ "version": "0.9.58-canary.1",
4
4
  "sourceType": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"