Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/ban ts comment #7

Merged
merged 102 commits into from
Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
df7df5f
Merge pull request #2 from APSPhysics/development
Aug 27, 2020
bdff1f5
Renamed `publish` script to `release`
Aug 27, 2020
4878073
Added `test` script for `np`.
Aug 27, 2020
d0e9a4f
v0.0.3
Aug 27, 2020
0d317e7
Fixed minor issue with scripts causing package publish to fail.
Aug 27, 2020
03e9df7
v0.0.4
Aug 27, 2020
f8f45f4
Minor change to GitHub Action workflow to fix issue with `setup-node`…
Aug 27, 2020
3435b8c
Adding `package-lock.json` file required for `npm ci` command.
Aug 27, 2020
5d7cd38
0.0.5
Aug 27, 2020
9dbff5e
Minor tweak to `test` script.
Aug 27, 2020
1847902
Updated `README` with updated download and usage instructions.
Aug 27, 2020
b80fe17
0.0.6
Aug 27, 2020
3254bcd
Temorarily remove `test` script from GitHub Action publish workflow.
Aug 27, 2020
f921518
0.0.7
Aug 27, 2020
141ecf7
Updated repo links in `package.json`.
Aug 28, 2020
20bbb99
0.0.8
Aug 28, 2020
56f1bf9
Updated `.npmignore` file to ignore Github Action workflow and update…
Aug 28, 2020
ffebb2f
0.0.9
Aug 28, 2020
5caf86d
Updated dependencies.
Aug 28, 2020
5328da8
Updated documentation.
Aug 28, 2020
28decea
0.0.10
Aug 28, 2020
e65ad22
Added `.npmrc` file.
Aug 31, 2020
d2ee5c8
0.0.11
Aug 31, 2020
edd0929
docs: updated and renamed demo app for testing configuration
Sep 29, 2020
0c071d9
build: added conventional commit configuration with husky and updated…
Sep 29, 2020
dfb409f
refactor: improvements to `jsx-a11y` and `prettier` configurations
Sep 29, 2020
8ee9c72
0.0.12
Sep 29, 2020
f2a9563
docs: various refactors including update to new package naming conven…
Oct 2, 2020
f4cd975
docs: added `contributing` section with commit/publishing instruction…
Oct 2, 2020
ac5b82e
docs: minor refactors to readme
Oct 2, 2020
34103dd
feat: update to eslint 7, remove deprecated eslint-plugin-standard, u…
pdlug Feb 19, 2021
02087a2
chore: updated dependencies
Jun 7, 2021
053b903
Merge branch 'main' of github.com:APSPhysics/eslint-config-tesseract
Jun 7, 2021
6402097
build: updated lock files
Jun 7, 2021
826be6e
ci: commitlint updates, added file to test sort-imports rule
Jun 7, 2021
79f69bc
release: updated CHANGELOG for `0.0.13` release
Jun 7, 2021
d3c043b
v0.0.13
Jun 7, 2021
117d18d
build: added package-lock required for publish
Jun 7, 2021
f102615
ci: updated CHANGELOG for 0.0.14 release
Jun 7, 2021
097c15f
0.0.14
Jun 7, 2021
139d9e8
feat: added console rules
Jul 29, 2021
d9c682c
build: moved most peer deps to package deps, updated all deps
Jul 29, 2021
eeadd9b
build: updated lock file
Jul 29, 2021
37d5566
test: updated and renamed demo app, added test lines, dep updates
Jul 29, 2021
fb64505
build: updated node version
Jul 29, 2021
28f0532
docs: added release notes for `0.0.15` release
Jul 29, 2021
3bb6637
0.0.15
Jul 29, 2021
b2800f1
refactor: removed sort import rule
Aug 10, 2021
627d3b0
chore: updated dependencies and lock file
Aug 10, 2021
fe10377
chore: updated release notes for patch release
Aug 10, 2021
aab062e
ci: updated release scripts
Aug 10, 2021
5cb1fa6
0.0.16
Aug 10, 2021
7bd45cc
chore: updated dependencies and replaced deprecated module
Aug 17, 2021
d2294f1
chore: updated release notes
Aug 17, 2021
ad71e19
0.0.17
Aug 17, 2021
e2869e1
fix: resolve dependency issue with babel
Sep 29, 2021
3ef5d26
chore: release notes for patch
Sep 30, 2021
2abbb76
0.0.18
Sep 30, 2021
06d20e7
build: update dependencies to support ESLint 8
Oct 27, 2021
a1ca18f
chore: update changelog
Oct 27, 2021
1430829
chore: update lock file
Oct 27, 2021
5a914e2
ci: updated lint script
Oct 27, 2021
6c37fc3
0.0.19
Oct 27, 2021
ca288da
chore: added eslint 8 as peerdep option
Oct 27, 2021
88e2c31
chore: update changelog
Oct 27, 2021
1df59fe
0.0.20
Oct 27, 2021
480496c
refactor: rewrite of ESLint rules, replaced eslint-config-react-app w…
Nov 19, 2021
8d2e59f
chore: dependency updates
Nov 19, 2021
c42e36a
chore: update changelog
Nov 19, 2021
b4e1c35
docs: update README usage instructions
Nov 19, 2021
8ce8b8a
0.0.21
Nov 19, 2021
c84d96d
fix: peer dep package numbers
Nov 19, 2021
f25881c
0.0.22
Nov 19, 2021
1838ac3
chore: update dependencies
Nov 22, 2021
f4255bc
fix: remove import-related rules
Nov 22, 2021
397af4c
docs: update demo to include hooks example
Nov 22, 2021
16c07c4
chore: update changelog
Nov 22, 2021
188a6f8
v0.0.23
Nov 22, 2021
53be51d
fix: lock file issue
Nov 22, 2021
5b678cf
chore: update changelog
Nov 22, 2021
b0d168b
0.0.24
Nov 22, 2021
d307453
refactor: update config to use eslint-config-react-app as base now th…
Jan 10, 2022
c6f81a2
docs: updated config and dependencies for demo app
Jan 10, 2022
499a00d
chore: updated release notes and README
Jan 10, 2022
837ec7d
docs: demo configuration and dependency updates
Jan 10, 2022
4412b88
0.0.25
Jan 10, 2022
b0522f2
chore: fixed dependency issues
Mar 21, 2022
43829c2
0.0.26
Mar 21, 2022
bbf5079
chore: add required dependency
Mar 21, 2022
05a8f8c
0.0.27
Mar 21, 2022
3bdc758
chore: dependencies updates
Sep 23, 2022
f61af88
refactor: improved Prettier support
Sep 23, 2022
44d2ce6
0.0.28
Sep 23, 2022
d7c5ff3
chore: release notes for 0.0.28 patch release
Sep 23, 2022
d6ee892
feat: added rulesets for Jest, immutable data, and console statements…
Sep 29, 2022
7427afb
refactor: remove unnecessary imports, updated dependencies in package…
Sep 29, 2022
bee20b2
refactor: updated demo to use React 18
Sep 29, 2022
99aff31
0.0.29
Sep 29, 2022
ebe3342
chore: release notes for 0.0.29 patch release
Sep 29, 2022
26ba1ab
1.0.0
Sep 29, 2022
c75eda5
chore: release notes for 1.0.0 release
Sep 29, 2022
ecfbdd0
feat: ban most ts comments
mikeshort10 Oct 3, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
0.0.9
  • Loading branch information
gojutin committed Aug 28, 2020
commit ffebb2fd5ebbc6c782b66c023dc8baea14c31ccf
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apsphysics/eslint-config",
"version": "0.0.8",
"version": "0.0.9",
"description": "ESLint configurations for immutable React & TypeScript projects.",
"author": "APSPhysics",
"main": "index.js",
Expand Down