1.0.4 • Published 3 years ago

@jr.codes/eslint-config v1.0.4

Weekly downloads
23
License
MIT
Repository
github
Last release
3 years ago

npm (tag) npm (tag) CI GitHub license Language grade: JavaScript Total alerts

u

U is my JavaScript toolchain for linting, testing, and more. It combines several open-source tools into a single dependency that's both opinionated and configurable.

I made this so I can set up projects easier without having to maintain multiple dependencies and configurations for each project.

🔧 Install

npm i -D @jr.codes/u

📝 Usage

Commands

U comes with a set of default commands. You can make your own commands by defining a u.config.js file.

CommandDescription
u lintRuns eslint --fix and prettier --write.
u testRuns eslint --fix, prettier --write, and jest.
u test-ciRuns eslint, prettier --check, and jest --ci.

Scripts

You can also run scripts directly. Each script is run with preconfigured defaults, but they can be overridden by passing CLI options or defining a config for that script.

ScriptDescription
u babelRuns babel. Customize with .babelrc.js.
u eslintRuns eslint. Customize with .eslintrc.js.
u jestRuns jest. Customize with jest.config.js.
u prettierRuns prettier. Customize with prettier.config.js.

🌱 Inspiration

1.0.2

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.11.3

4 years ago

0.11.3-alpha.2

4 years ago

0.11.3-alpha.1

4 years ago

0.11.3-alpha.0

4 years ago

0.11.2-alpha.15

4 years ago

0.11.2

4 years ago

0.11.2-alpha.16

4 years ago

0.11.2-alpha.14

4 years ago

0.11.2-alpha.13

4 years ago

0.11.2-alpha.12

4 years ago

0.11.2-alpha.11

4 years ago

0.11.2-alpha.10

4 years ago

0.11.2-alpha.8

4 years ago

0.11.2-alpha.9

4 years ago

0.11.2-alpha.7

4 years ago

0.11.2-alpha.6

4 years ago

0.11.2-alpha.5

4 years ago

0.11.2-alpha.4

4 years ago

0.11.2-alpha.2

4 years ago

0.11.2-alpha.3

4 years ago

0.11.2-alpha.1

4 years ago

0.11.2-alpha.0

4 years ago

0.11.1-alpha.0

4 years ago

0.11.1

4 years ago

0.11.0

4 years ago

0.10.1-alpha.0

4 years ago

0.10.0

4 years ago

0.9.5-alpha.5

4 years ago

0.9.5-alpha.4

4 years ago

0.9.5-alpha.3

4 years ago

0.9.5-alpha.2

5 years ago

0.9.5-alpha.1

5 years ago