Skip to content

Commit

Permalink
Refactor to move files around
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 1, 2023
1 parent 5cfc326 commit 74e3a84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/**
* @typedef {import('lowlight').LanguageFn} LanguageFn
* @typedef {import('./lib/core.js').AutoOptions} AutoOptions
* @typedef {import('./lib/core.js').Sheet} Sheet
* @typedef {import('./lib/index.js').AutoOptions} AutoOptions
* @typedef {import('./lib/index.js').Sheet} Sheet
*/

export {all, common} from 'lowlight'
export {createEmphasize} from './lib/core.js'
export {createEmphasize} from './lib/index.js'
File renamed without changes.
5 changes: 0 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,6 @@
"atLeast": 100,
"detail": true,
"ignoreCatch": true,
"#": "Expected `any`s",
"ignoreFiles": [
"lib/common.d.ts",
"lib/all.d.ts"
],
"strict": true
},
"xo": {
Expand Down

0 comments on commit 74e3a84

Please sign in to comment.