Skip to content

Commit

Permalink
Merge pull request plotly#7105 from plotly/no-eslint-config
Browse files Browse the repository at this point in the history
Remove ESLint config files and complete switching to Biome
  • Loading branch information
archmoj authored Aug 17, 2024
2 parents f965e24 + 82ef255 commit 77e58b5
Show file tree
Hide file tree
Showing 18 changed files with 7 additions and 1,296 deletions.
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

0 comments on commit 77e58b5

Please sign in to comment.