@touchspot/eslint-config 3.0.1 → 3.0.2

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 CHANGED
@@ -1,5 +1,7 @@
1
1
  import type * as EslintConfig from "eslint/config";
2
- export type Config = EslintConfig.Config | EslintConfig.Config[] | readonly EslintConfig.Config[];
2
+ import type * as TsEslint from "typescript-eslint";
3
+ export type Config = EslintConfig.Config | TsEslint.FlatConfig.Config;
4
+ export type ConfigArray = Config | Config[] | readonly Config[];
3
5
  export { config as default } from "../src/config.js";
4
6
  export * as env from "../src/env.js";
5
7
  //# sourceMappingURL=lib.d.ts.map
@@ -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,YAAY,CAAC,MAAM,EAAE,GAAG,SAAS,YAAY,CAAC,MAAM,EAAE,CAAC;AAElG,OAAO,EAAE,MAAM,IAAI,OAAO,EAAE,yBAAuB;AACnD,OAAO,KAAK,GAAG,sBAAoB"}
1
+ {"version":3,"file":"lib.d.ts","sourceRoot":"","sources":["../../lib/lib.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,YAAY,MAAM,eAAe,CAAC;AACnD,OAAO,KAAK,KAAK,QAAQ,MAAM,mBAAmB,CAAC;AAEnD,MAAM,MAAM,MAAM,GAAG,YAAY,CAAC,MAAM,GAAG,QAAQ,CAAC,UAAU,CAAC,MAAM,CAAC;AACtE,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,MAAM,EAAE,GAAG,SAAS,MAAM,EAAE,CAAC;AAEhE,OAAO,EAAE,MAAM,IAAI,OAAO,EAAE,yBAAuB;AACnD,OAAO,KAAK,GAAG,sBAAoB"}
@@ -1 +1 @@
1
- {"version":3,"file":"lib.js","sourceRoot":"","sources":["../../lib/lib.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,MAAM,IAAI,OAAO,EAAE,yBAAuB,CAAC,iDAAiD;AACrG,OAAO,KAAK,GAAG,sBAAoB"}
1
+ {"version":3,"file":"lib.js","sourceRoot":"","sources":["../../lib/lib.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,MAAM,IAAI,OAAO,EAAE,yBAAuB,CAAC,iDAAiD;AACrG,OAAO,KAAK,GAAG,sBAAoB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@touchspot/eslint-config",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "TOUCHSPOT ESLint config",
5
5
  "keywords": [
6
6
  "eslint",