Skip to content
Merged
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
23 changes: 23 additions & 0 deletions docs/style-guides/javascript/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
<!--

@license Apache-2.0

Copyright (c) 2025 The Stdlib Authors.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

-->

# JavaScript Style Guide

> _An opinionated style guide for writing JavaScript._
Expand Down Expand Up @@ -80,6 +100,7 @@ This project contains an [`.editorconfig`][editorconfig] file to be used in conj
- [sublime text][sublime-text-editorconfig]
- [atom][atom-editorconfig]
- [chrome][chrome-editorconfig]
- [vscode][vscode-editorconfig]

<!-- </rule> -->

Expand Down Expand Up @@ -3602,6 +3623,8 @@ This document may be reused under a [Creative Commons Attribution-ShareAlike Lic

[chrome-editorconfig]: https://chrome.google.com/webstore/detail/github-editorconfig/bppnolhdpdfmmpeefopdbpmabdpoefjh?hl=en-US

[vscode-editorconfig]: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig

[ecma-262]: http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf

[function-statements]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/function
Expand Down