Skip to content

Remove ESLint config files and complete switching to Biome #7105

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

Merged
merged 9 commits into from
Aug 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,12 +432,6 @@ jobs:
- run:
name: Test plotly.min.js import using requirejs
command: npm run test-requirejs
# - run:
# name: Test plotly bundles against es6
# command: npm run no-es6-dist
# - run:
# name: Display function constructors in all bundles
# command: npm run no-new-func

test-stackgl-bundle:
docker:
Expand Down
8 changes: 0 additions & 8 deletions .eslintignore

This file was deleted.

82 changes: 0 additions & 82 deletions .eslintrc

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,3 @@ tags
!.circleci
!.gitignore
!.npmignore
!.eslintrc
!.eslintignore
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,5 @@ bower.json

.ackrc
.agignore
.eslintignore
.eslintrc

npm-debug.log
4 changes: 0 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,3 @@ Other methods used by some trace modules:

Check if ok, with `npm run lint`

- See [eslintrc](https://github.com/plotly/plotly.js/blob/master/.eslintrc) and
the eslint [list of rules](http://eslint.org/docs/rules/) for more details.
- Rules listed in the eslintrc file with the ignore flag `0` are the recommended
rules for new code added.
7 changes: 0 additions & 7 deletions devtools/.eslintrc

This file was deleted.

4 changes: 2 additions & 2 deletions devtools/regl_codegen/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var reglTraceList = [
];

// Create server
var static = ecstatic({
var _static = ecstatic({
root: constants.pathToRoot,
cache: 0,
gzip: true,
Expand Down Expand Up @@ -53,7 +53,7 @@ var server = http.createServer(function(req, res) {
res.end();
setTimeout(process.exit, 1000);
} else {
static(req, res);
_static(req, res);
}
});

Expand Down
3 changes: 0 additions & 3 deletions lib/.eslintrc

This file was deleted.

6 changes: 0 additions & 6 deletions lib/locales/.eslintrc

This file was deleted.

Loading