Skip to content

Commit

Permalink
chore: update dependencies (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Aug 7, 2024
1 parent 01ba66f commit 133394b
Show file tree
Hide file tree
Showing 12 changed files with 4,178 additions and 1,751 deletions.
5 changes: 0 additions & 5 deletions .eslintignore

This file was deleted.

3 changes: 0 additions & 3 deletions .eslintrc.yml

This file was deleted.

27 changes: 0 additions & 27 deletions .github/workflows/deploy.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ npm i react-kbs

## Demo

https://zakodium-oss.github.io/react-kbs/
https://react-kbs.pages.dev/

## Documentation

Expand Down
12 changes: 12 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import react from 'eslint-config-zakodium/react';
import ts from 'eslint-config-zakodium/ts';
import unicorn from 'eslint-config-zakodium/unicorn';

export default [
{
ignores: ['build', 'dist', 'lib-cjs', 'lib-esm'],
},
...ts,
...react,
...unicorn,
];
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
Expand Down
Loading

0 comments on commit 133394b

Please sign in to comment.