![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@wetransfer/eslint-config-wetransfer
Advanced tools
ESLint shareable config for WeTransfer repos
This package provides WeTransfer's base .eslintrc
as an extensible shared config. We also provide some React rules as a separate configuration.
It is eslint@4+-compatible and maintained by the friendly folks at WeTransfer.
npm install --save-dev eslint @wetransfer/eslint-config-wetransfer
."extends": "@wetransfer/wetransfer"
to your .eslintrc
."extends": "@wetransfer/wetransfer/react"
to your .eslintrc
if you want to make use of our React specific rules. In that case, please install eslint-plugin-react
as well:npm install --save-dev eslint-plugin-react
Please take a look to the source code of index.js, which lists every ESLint rule provided by this configuration.
After checking out the repo, run yarn
to install all dependencies. To run all tests:
$ npm test
First, make sure that you have a NPM account at https://www.npmjs.com/, and you are part of the WeTransfer developer's team. Use npm login
to store the credentials on the client aka, your computer. Check that your authentication token for registry.npmjs.org
is part of your ~/.npmrc
file.
We use semantic-release
to manage release process. Please run npm run release:dry
to check relevant changes and possible new versions. If you are happy with it, run npm run release
, it should do the following:
Bug reports and pull requests are welcome on GitHub at https://github.com/WeTransfer/eslint-config-wetransfer. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The package is available as open source under the terms of the MIT License.
Everyone interacting with WeTransfer project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
FAQs
ESLint shareable config for WeTransfer repos
The npm package @wetransfer/eslint-config-wetransfer receives a total of 0 weekly downloads. As such, @wetransfer/eslint-config-wetransfer popularity was classified as not popular.
We found that @wetransfer/eslint-config-wetransfer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.