Skip to content

Commit

Permalink
lint: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsoncodehk committed Nov 5, 2024
1 parent 4436d69 commit f0703d7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions tsslint.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
import { defineConfig } from '@tsslint/config';
import { getDefaultRules as getDefaultVolarRules } from 'https://raw.githubusercontent.com/volarjs/volar.js/master/tsslint.config.ts';

export default defineConfig({
rules: {
...getDefaultVolarRules(),
},
});
export { default } from 'https://raw.githubusercontent.com/johnsoncodehk/tsslint-config/refs/heads/master/v1.1.cjs';

0 comments on commit f0703d7

Please sign in to comment.