All Projects → naver → eslint-config-naver

naver / eslint-config-naver

Licence: MIT license
Naver JavaScript Coding Conventions rules for eslint

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to eslint-config-naver

eslint-config
MOXY eslint configuration to be used across several JavaScript projects
Stars: ✭ 14 (-92.39%)
Mutual labels:  coding-standards, eslint-config
eslint-config-algolia
Algolia's ESLint config and prettier instructions for JavaScript projects
Stars: ✭ 27 (-85.33%)
Mutual labels:  eslint-config
sprint tutorial
Tutorial and mock repository to teach people to contribute to open source
Stars: ✭ 18 (-90.22%)
Mutual labels:  coding-standards
eslint-config-mingelz
A shared ESLint configuration with Chinese comments. 一份带有完整中文注释的 ESLint 规则。
Stars: ✭ 15 (-91.85%)
Mutual labels:  eslint-config
parse-oauth2-sns
Parse-server module for implementing an OAuth2 Social Media Login with Express in Node.js
Stars: ✭ 21 (-88.59%)
Mutual labels:  naver
cscs
A curated list of Coding Style Conventions and Standards.
Stars: ✭ 1,486 (+707.61%)
Mutual labels:  coding-standards
Naver-AI-Hackathon-Speech
2019 Clova AI Hackathon : Speech - Rank 12 / Team Kai.Lib
Stars: ✭ 26 (-85.87%)
Mutual labels:  naver
php-codesniffer-sniffs
Custom sniffs for PHP_CodeSniffer
Stars: ✭ 16 (-91.3%)
Mutual labels:  coding-standards
grunt-wp-css
Format style sheets according to the WordPress CSS coding standards.
Stars: ✭ 36 (-80.43%)
Mutual labels:  coding-standards
coding-standard
🐽 Tuned & very strict coding standards for PHP projects
Stars: ✭ 13 (-92.93%)
Mutual labels:  coding-standards
eslint-config-javascript
Write bulletproof JavaScript like a pro! 😎
Stars: ✭ 34 (-81.52%)
Mutual labels:  coding-standards
eslint-plugin-stedi-aws-rules
Best practices around using AWS SDK & Lambda runtime in JavaScript / TypeScript projects by Stedi.
Stars: ✭ 30 (-83.7%)
Mutual labels:  eslint-config
eslintconfig.dev
Collection of curated ESLint configurations
Stars: ✭ 36 (-80.43%)
Mutual labels:  eslint-config
eslint-config-ns
ESLint config ready to be used in multiple projects. Based on Airbnb's code style with prettier, jest and react support.
Stars: ✭ 27 (-85.33%)
Mutual labels:  eslint-config
eslint-config-xo-flow
ESLint shareable config for Flow to be used with eslint-config-xo
Stars: ✭ 24 (-86.96%)
Mutual labels:  eslint-config
wpcs-docs
WordPress Coding Standards Docs
Stars: ✭ 59 (-67.93%)
Mutual labels:  coding-standards
phpcs-psr4-sniff
[READ-ONLY] PHP_CodeSniffer sniff that checks class name matches PSR-4 project structure.
Stars: ✭ 23 (-87.5%)
Mutual labels:  coding-standards
wptide
🌊 Tide is a series of automated tests run against every WordPress.org theme and plugin
Stars: ✭ 77 (-58.15%)
Mutual labels:  coding-standards
thankyounext
Next.js starter template featuring Preact, TypeScript, Tailwind CSS and much more
Stars: ✭ 18 (-90.22%)
Mutual labels:  eslint-config
eslint-config-galex
hopefully the last eslint config you'll ever need - customizable & modern best practices for JS, TS, Node, React, Remix, Next, Jest, testing-library & storybook
Stars: ✭ 166 (-9.78%)
Mutual labels:  eslint-config

Naver Javascript Coding Conventions

  • eslint-config-naver는 네이버 자바스크립트 코딩컨벤션을 지원하는 eslint 룰 셋입니다.
  • eslint-config-naver는 eslint-config-airbnb-base 룰셋 기준으로 작성되었습니다.

eslint-config-naver는 2개의 룰 셋을 제공합니다.

  • ES6+ 룰 셋 : naver
  • ES5 룰 셋 : naver/es5

Install

#npm install eslint-config-naver

Usage

ES6+ 룰 셋을 사용하는 경우

// .eslintrc 파일
{
  "extends": "naver",
  "rules": {
    // 프로젝트별 적용할 Rules
  }
}

ES5 룰 셋을 사용하는 경우

// .eslintrc 파일
{
  "extends": "naver/es5",
  "rules": {
    // 프로젝트별 적용할 Rules
  }
}

Naver JavaScript Style Guilde

상세한 내용은 다음의 JavaScript 스타일 가이드를 참조하세요

Naver JavaScript Style Guilde

License

eslint-config-naver is released under the MIT license.

Copyright (c) 2019 NAVER Corp.

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].