@siberiacancode/eslint 2.0.2 → 2.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.
Files changed (2) hide show
  1. package/index.js +1 -4
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -107,10 +107,7 @@ export const eslint = (...args) =>
107
107
  });
108
108
  }
109
109
 
110
- acc.push({
111
- ...config,
112
- name: `siberiacancode/${config.name}`
113
- });
110
+ acc.push(config);
114
111
 
115
112
  return acc;
116
113
  }, [])
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@siberiacancode/eslint",
3
3
  "type": "module",
4
- "version": "2.0.2",
4
+ "version": "2.0.3",
5
5
  "description": "eslint configs",
6
6
  "author": {
7
7
  "name": "SIBERIA CAN CODE 🧊",