Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mofo-style

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mofo-style - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

.sass-lint.yml

8

package.json
{
"name": "mofo-style",
"version": "2.2.0",
"version": "2.3.0",
"description": "A Javascript style guide including linters for the Mozilla Foundation Engineering team.",

@@ -17,9 +17,9 @@ "main": "",

"type": "git",
"url": "git://github.com/MozillaFoundation/javascript-style-guide.git"
"url": "git://github.com/MozillaFoundation/mofo-style.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/MozillaFoundation/javascript-style-guide/issues"
"url": "https://github.com/MozillaFoundation/mofo-style/issues"
},
"homepage": "https://github.com/MozillaFoundation/javascript-style-guide"
"homepage": "https://github.com/MozillaFoundation/mofo-style"
}

@@ -29,2 +29,8 @@ # Mozilla Foundation JS Style Guide

### Automated formatting
ESLint has a very helpful flag, `--fix`, which will automatically fix many styling issues for you (anything with a wrench icon on [this page](http://eslint.org/docs/rules/)).
If you incorporate `--fix` into your task runner, then it's recommended that you make a new task for it instead of adding it to your standard linting task. This will allow you to safely connect your standard read-only test to Travis without running the risk of it modifying your committed code.
## Extending The RC

@@ -36,3 +42,3 @@

Refer to the [RC file](https://github.com/MozillaFoundation/javascript-style-guide/blob/master/.eslintrc.yaml) and the corresponding [rule definitions](http://eslint.org/docs/rules) for specifics.
Refer to the [RC file](https://github.com/MozillaFoundation/mofo-style/blob/master/.eslintrc.yaml) and the corresponding [rule definitions](http://eslint.org/docs/rules) for specifics.

@@ -39,0 +45,0 @@ ## EditorConfig

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc