@touchspot/eslint-config 3.0.0 → 3.0.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.
- package/dist/lib/lib.d.ts +1 -1
- package/dist/lib/lib.d.ts.map +1 -1
- package/package.json +1 -1
package/dist/lib/lib.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type * as EslintConfig from "eslint/config";
|
|
2
|
-
export type Config = EslintConfig.Config | readonly EslintConfig.Config[];
|
|
2
|
+
export type Config = EslintConfig.Config | EslintConfig.Config[] | readonly EslintConfig.Config[];
|
|
3
3
|
export { config as default } from "../src/config.js";
|
|
4
4
|
export * as env from "../src/env.js";
|
|
5
5
|
//# sourceMappingURL=lib.d.ts.map
|
package/dist/lib/lib.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["../../lib/lib.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,YAAY,MAAM,eAAe,CAAC;AAEnD,MAAM,MAAM,MAAM,GAAG,YAAY,CAAC,MAAM,GAAG,SAAS,YAAY,CAAC,MAAM,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["../../lib/lib.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,YAAY,MAAM,eAAe,CAAC;AAEnD,MAAM,MAAM,MAAM,GAAG,YAAY,CAAC,MAAM,GAAG,YAAY,CAAC,MAAM,EAAE,GAAG,SAAS,YAAY,CAAC,MAAM,EAAE,CAAC;AAElG,OAAO,EAAE,MAAM,IAAI,OAAO,EAAE,yBAAuB;AACnD,OAAO,KAAK,GAAG,sBAAoB"}
|