Skip to content

Commit

Permalink
fix lintings
Browse files Browse the repository at this point in the history
  • Loading branch information
spearwolf committed Sep 29, 2024
1 parent 93fbd9c commit 96bdb1d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"anims",
"anisotrophy",
"arethetypeswrong",
"attw",
"drei",
"flipy",
"fovy",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {consume} from '@lit/context';
import {on} from '@spearwolf/eventize';
import {batch} from '@spearwolf/signalize';
import {effect, signal} from '@spearwolf/signalize/decorators';
import type {Display} from '@spearwolf/twopoint5d';
Expand All @@ -13,7 +14,6 @@ import {
} from '../context/post-processing-context.js';
import {displayContext} from '../index.js';
import {TwoPoint5DElement} from './TwoPoint5DElement.js';
import { on } from '@spearwolf/eventize';

export class UnrealBloomPassElement extends TwoPoint5DElement implements PostProcessingPassElement {
static override styles = css`
Expand Down
2 changes: 1 addition & 1 deletion packages/twopoint5d-r3f/src/hooks/useStageSize.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {on} from '@spearwolf/eventize';
import {Stage2D} from '@spearwolf/twopoint5d';
import {StageResize} from '@spearwolf/twopoint5d/events.js';
import {useContext, useEffect, useState} from 'react';
import {Stage2DContext} from '../components/Stage2D.js';
import { on } from '@spearwolf/eventize';

/**
* Use this hook if you simply want to know the stage size.
Expand Down
2 changes: 1 addition & 1 deletion packages/twopoint5d/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@spearwolf/twopoint5d",
"description": "a library to create 2.5d realtime graphics and pixelart with three.js",
"version": "0.4.0",
"version": "0.5.0-dev",
"author": {
"name": "Wolfger Schramm",
"email": "[email protected]",
Expand Down

0 comments on commit 96bdb1d

Please sign in to comment.