@cherepanov.pavel/shareable-config 1.0.9 → 1.0.10

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@cherepanov.pavel/shareable-config",
3
3
  "description": "setup for new repositories",
4
- "version": "1.0.9",
4
+ "version": "1.0.10",
5
5
  "type": "module",
6
6
  "devEngines": {
7
7
  "packageManager": {
@@ -1,4 +1,4 @@
1
- import { INDENT_SIZE } from '../../eslint-config/rules/constants';
1
+ import { INDENT_SIZE } from '../../eslint-config/rules/constants.js';
2
2
 
3
3
  const MAX_EMPTY_LINES = 1;
4
4
  // const MAX_LINE_LENGTH = 80;