Skip to content

Commit

Permalink
chore: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cha0s committed Nov 22, 2023
1 parent e211e34 commit e35b1c2
Show file tree
Hide file tree
Showing 4 changed files with 176 additions and 1,212 deletions.
5 changes: 0 additions & 5 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# TODO

This page documents all the TODO items in this project.

- <a href='https://github.com/cha0s/flecks/tree/3e5a90d/packages/dox/src/parser.js#L309'>@flecks/dox/src/parser.js:309:6</a>
> @todo Aliased fleck paths are gonna be bad.
- <a href='https://github.com/cha0s/flecks/tree/3e5a90d/packages/governor/src/limiter.js#L10'>@flecks/governor/src/limiter.js:10:2</a>
> @todo node-redis@4
22 changes: 11 additions & 11 deletions build-configs.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,30 @@

This page documents all the build configuration files in this project.

## `.eslint.defaults.js`
## `babel.config.js`

ESLint defaults. The default .eslintrc.js just reads from this file so that the build process can dynamically configure parts of ESLint.
*No description provided.*

## `.eslintrc.js`
## `default.eslint.config.js`

ESLint configuration. See: https://eslint.org/docs/user-guide/configuring/
*No description provided.*

## `.neutrinorc.js`
## `eslint.config.js`

Neutrino build configuration. See: https://neutrinojs.org/usage/
*No description provided.*

## `babel.config.js`
## `fleckspack.config.js`

Babel configuration. See: https://babeljs.io/docs/en/config-files
*No description provided.*

## `postcss.config.js`

PostCSS config file. See: https://github.com/postcss/postcss#usage
*No description provided.*

## `template.ejs`

Template file used to generate the client HTML. See: https://github.com/jantimon/html-webpack-plugin/blob/main/docs/template-option.md
*No description provided.*

## `webpack.config.js`

Webpack (v4) configuration. See: https://v4.webpack.js.org/configuration/
*No description provided.*
Loading

0 comments on commit e35b1c2

Please sign in to comment.