Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
eslint-config-seek
Advanced tools
This package includes the shareable ESLint configuration used by SEEK.
The easiest way to use this configuration is with sku or skuba.
You don’t need to install it separately in sku and skuba projects.
If you want to use this ESLint configuration in a project not built with sku or skuba, you can install it with following steps.
First, install this package, and the necessary peer dependencies listed in this project's package.json.
Then create a file named eslint.config.js
with the following contents in the root folder of your project:
module.exports = require('eslint-config-seek');
The default configuration includes support for React projects. For projects that are not based on React, the "base" configuration should be used instead:
module.exports = require('eslint-config-seek/base');
You can override the settings from eslint-config-seek
by editing the eslint.config.js
file. Learn more about configuring ESLint on the ESLint website.
MIT.
14.0.0
Some language options have been restored to defaults: (#145)
sourceType
is now set to the default of module
(previously script
in some scenarios).ecmaVersion
is now set to the default of latest
(previously 2022
and 6
)Replace eslint-plugin-import
with eslint-plugin-import-x
(#145)
To migrate, any references to eslint-plugin-import
should be replaced with eslint-plugin-import-x
, and import/
rules with import-x/
.
In addition, it's possible that this may introduce slight behaviour changes.
Require TypeScript peer dependency >=5.5.4 (#145)
Migrate to ESLint 9, @typescript-eslint
8. (#145)
These changes may affect your project setup if you are customising your ESLint configuration. See the individual migration guides:
In addition, through these major upgrades, some lint rules have changed or have been renamed. You will likely need to autofix and/or adjust your code after running ESLint.
As part of this migration, this project has migrated to Flat ESLint configuration. Read the migration guide: https://eslint.org/docs/latest/use/configure/migration-guide.
Upgrade a number of dependencies. These should have no/minimal impact. (#145)
eslint-plugin-cypress
eslint-config-prettier
eslint-plugin-jest
eslint-plugin-react
, eslint-plugin-react-hooks
FAQs
ESLint configuration used by SEEK
The npm package eslint-config-seek receives a total of 11,934 weekly downloads. As such, eslint-config-seek popularity was classified as popular.
We found that eslint-config-seek demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.