@frsource/eslint-config
Advanced tools
Comparing version 1.10.0 to 1.11.0
{ | ||
"name": "@frsource/eslint-config", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"main": "index.mjs", | ||
@@ -20,4 +20,4 @@ "types": "index.d.mts", | ||
"typescript": "^5.4.5", | ||
"@frsource/prettier-config": "1.6.0", | ||
"@frsource/release-it-config": "1.10.0" | ||
"@frsource/prettier-config": "1.7.0", | ||
"@frsource/release-it-config": "1.11.0" | ||
}, | ||
@@ -24,0 +24,0 @@ "peerDependencies": { |
@@ -9,2 +9,4 @@ # @frsource/eslint-config | ||
### typescript | ||
```js | ||
@@ -15,1 +17,9 @@ // eslint.config.mjs | ||
``` | ||
### javascript | ||
```js | ||
// eslint.config.mjs | ||
export { javascript as default } from '@frsource/eslint-config'; | ||
``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
5951
9
86
24