Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Nov 6, 2024
1 parent ade7e44 commit 9fc4d07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/abell/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "abell",
"version": "1.0.0-client.1",
"version": "1.0.0-client.2",
"description": "Abell is a static-site-generator for JavaScript developers. Powered by Vite, It tries to stay close to fundamentals while providing a great DX",
"bin": "./dist/bin.js",
"main": "./dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion packages/abell/src/vite-plugin-abell/compiler/compiler.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* eslint-disable max-len */
import path from 'path';
import { AbstractSyntaxArrayType } from '../../type-utils.js';
import tokenize from './generic-tokenizer.js';
import { getScopedHTML } from './scope-css/index.js';
Expand Down

0 comments on commit 9fc4d07

Please sign in to comment.