diff options
| author | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-20 17:51:33 -0500 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-11-26 11:39:01 -0500 |
| commit | 818a620f0847d6d9f4f641114627a9537e5fea0e (patch) | |
| tree | 3076e5030ef07e4fea7bf7b3e91e7d59e7271de3 /eslint-recommended.js | |
| parent | 55af4749b9a48b2978e893e7d7be313c0b2abdb1 (diff) | |
Refs #36619 -- Included third-party licenses with vendored eslint configuration files.
Diffstat (limited to 'eslint-recommended.js')
| -rw-r--r-- | eslint-recommended.js | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/eslint-recommended.js b/eslint-recommended.js index 907c2bdcb7..66b183a512 100644 --- a/eslint-recommended.js +++ b/eslint-recommended.js @@ -1,5 +1,27 @@ /* https://github.com/eslint/eslint/blob/v9.36.0/packages/js/src/configs/eslint-recommended.js */ +/* +Copyright OpenJS Foundation and other contributors, <www.openjsf.org> + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. +*/ + /** * @fileoverview Configuration applied when a user configuration extends from * eslint:recommended. |
