Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0042249 | Openbravo ERP | A. Platform | public | 2019-11-12 13:13 | 2019-12-12 23:01 |
|
Reporter | jarmendariz | |
Assigned To | migueldejuana | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR20Q1 | |
Merge Request Status | |
Review Assigned To | jarmendariz |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0042249: Add ESLint rules configuration to support Airbnb javascript guidelines |
Description | The goal is to enforce Airbnb's javascript guidelines for all new code from
now on. This requires to add the eslint-airbnb-base and then extend it in a eslintrc.json in the folder where you want to support these rules. |
Steps To Reproduce | See above |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0039983 | | closed | jarmendariz | Upgrade javascript linter and formatter | causes | defect | 0042274 | | new | Triage Platform Base | Formatting check in hg hooks may be redundant |
|
Attached Files | root.diff (55,793) 2019-11-12 13:17 https://issues.openbravo.com/file_download.php?file_id=13519&type=bug eslintrcExample.diff (286) 2019-11-12 13:18 https://issues.openbravo.com/file_download.php?file_id=13520&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2019-11-12 13:13 | jarmendariz | New Issue | |
2019-11-12 13:13 | jarmendariz | Assigned To | => migueldejuana |
2019-11-12 13:13 | jarmendariz | Modules | => Core |
2019-11-12 13:13 | jarmendariz | Triggers an Emergency Pack | => No |
2019-11-12 13:13 | jarmendariz | Relationship added | related to 0039983 |
2019-11-12 13:17 | migueldejuana | File Added: root.diff | |
2019-11-12 13:18 | migueldejuana | File Added: eslintrcExample.diff | |
2019-11-13 09:56 | jarmendariz | Review Assigned To | => jarmendariz |
2019-11-13 09:56 | jarmendariz | Status | new => scheduled |
2019-11-13 09:58 | hgbot | Checkin | |
2019-11-13 09:58 | hgbot | Note Added: 0115571 | |
2019-11-13 09:58 | hgbot | Status | scheduled => resolved |
2019-11-13 09:58 | hgbot | Resolution | open => fixed |
2019-11-13 09:58 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/354df066b4d200bb550efc8ca0dba3ca453cb964 [^] |
2019-11-13 09:59 | jarmendariz | Note Added: 0115572 | |
2019-11-13 09:59 | jarmendariz | Status | resolved => closed |
2019-11-13 09:59 | jarmendariz | Fixed in Version | => 3.0PR20Q1 |
2019-11-13 13:28 | hgbot | Checkin | |
2019-11-13 13:28 | hgbot | Note Added: 0115578 | |
2019-11-14 09:52 | jarmendariz | Relationship added | causes 0042274 |
2019-12-12 23:01 | hudsonbot | Checkin | |
2019-12-12 23:01 | hudsonbot | Note Added: 0116279 | |
2019-12-12 23:01 | hudsonbot | Checkin | |
2019-12-12 23:01 | hudsonbot | Note Added: 0116282 | |
Notes |
|
(0115571)
|
hgbot
|
2019-11-13 09:58
|
|
Repository: erp/devel/pi
Changeset: 354df066b4d200bb550efc8ca0dba3ca453cb964
Author: Javier Armendáriz <javier.armendariz <at> openbravo.com>
Date: Tue Nov 12 18:43:06 2019 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/354df066b4d200bb550efc8ca0dba3ca453cb964 [^]
Fixed issue 42249: Add Airbnb js guidelines to js
Added airbnb-base package in order to be able to use this guideline
on new code. This configuration will be added to every module in the
web/<module.package>/app/ folder, where new js code will be placed.
---
M .eslintrc.json
M package-lock.json
M package.json
A modules/org.openbravo.client.kernel/eslint-airbnb/copy-config
A modules/org.openbravo.client.kernel/eslint-airbnb/eslintrc-airbnb.template
---
|
|
|
|
|
|
(0115578)
|
hgbot
|
2019-11-13 13:28
|
|
|
|
|
|
|
|
|